Click or drag to resize
Division Class
Container class for Divisions.
Inheritance Hierarchy

Namespace: AMG.API.Definitions
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class Division : BaseDefinition

The Division type exposes the following members.

Constructors
  NameDescription
Public methodDivision
Initializes a new instance of the Division class
Top
Properties
  NameDescription
Public propertyActive
Indicates if the definition is active.
(Inherited from BaseDefinition.)
Public propertyAddress1
Address Line 1
Public propertyAddress2
Address Line 2
Public propertyCity
City / Town
Public propertyCode
Definition's code
(Inherited from BaseDefinition.)
Public propertyEMail
E-Mail address
Public propertyFax
Fax number
Public propertyId
ID number of definition
(Inherited from BaseDefinition.)
Public propertyImage
Photo image in JPG or PNG format
Public propertyName
Name of definition
(Inherited from BaseDefinition.)
Public propertyPhone
Phone number
Public propertyState
State / Province
Public propertyWebSite
Division's web site URL address
Public propertyZipCode
Zip / Postal Code
Top
See Also