| Name | Description |
| Address | Gets or sets the party address. The physical address of the party. (Inherited from Selerix.BusinessObjects.Party) |
| AgentBrokers | Gets or sets the broker associations. |
| AgentLocations | Gets or sets the agent locations. |
| AgentPayers | Gets or sets the agent payers. |
| AgentProducts | Gets or sets the agent products. |
| AgentRoles | Gets or sets the agent security roles. |
| AsOfDate | Date when object was last updated. (Inherited from Selerix.Foundation.Data.AbstractModelObject) |
| BySiteGuid | Gets or sets the by site GUID. Udentifier of site that updated object. (Inherited from Selerix.Foundation.Data.AbstractEntityObject) |
| Contacts | Gets or sets the organization contacts. (Inherited from Selerix.BusinessObjects.Organization) |
| Deleted | Gets or sets a value indicating whether this Selerix.Foundation.Data.AbstractModelObject is deleted. (Inherited from Selerix.Foundation.Data.AbstractModelObject) |
| EffectiveDate | Gets or sets the effective date. |
| Email | Gets or sets the primary email address. The Email property gets or sets the email address. (Inherited from Selerix.BusinessObjects.Party) |
| EnrollerType | Gets or sets the agent's Enroller Type. |
| EntityUserCount | Gets or sets the entity user count. (Inherited from Selerix.Foundation.Data.AbstractEntityObject) |
| ExtEngineConfigs | Gets or sets the external engine configurations. (Inherited from Selerix.Foundation.Data.AbstractModelObject) |
| ExtSystemID | Gets or sets agent's ExtSystemID. |
| FirstName | Gets or sets the Agent's first name. The FirstName property gets or sets the first name of the Agent. |
| HideEntityFromView | Gets or sets a value indicating whether to hide entity from view. (Inherited from Selerix.Foundation.Data.AbstractEntityObject) |
| ID | Gets or sets the ID. (Inherited from Selerix.Foundation.Data.AbstractModelObject) |
| LastName | Gets or sets the Agent's last name. The LastName property gets or sets the last name of the Agent. Overload List
" -->Syntax
'Declaration
Public Overridable Property LastName As String
'Usage
Dim instance As Agent
Dim value As String
instance.LastName = value
value = instance.LastName
public virtual string LastName {get; set;}
public read-write property LastName: String; virtual;
public function get,set LastName : String
public: __property virtual string* get_LastName();
public: __property virtual void set_LastName(
string* value
);
public:
virtual property String^ LastName {
String^ get();
void set ( String^ value);
}
" -->
|
| LocalUpdateTime | DateTime when object was last updated. Used by synchronization (Inherited from Selerix.Foundation.Data.AbstractEntityObject) |
| LockStatus | Read-only property on top-level object that indicates the lock state of the object. (Inherited from Selerix.Foundation.Data.AbstractModelObject) |
| MailingAddress | Gets or sets the party mailing address.
The mailing address of the party. This property consists of the following properties:
Property Name
|
Description
|
Format
|
Required?
|
|
|
|
Country |
The country of the party. |
|
|
Line1 |
The Line 1 address information for the party. |
|
|
Line2 |
The Line 2 address information for the party. |
|
|
City |
The city of the party. |
|
|
State |
The state of the party. |
|
|
Zip |
The zipcode of the party. |
|
|
(Inherited from Selerix.BusinessObjects.Party) |
| MergePlace | Gets or sets the merge place. (Inherited from Selerix.Foundation.Data.AbstractModelObject) |
| MergingID | Gets the merging ID. (Inherited from Selerix.Foundation.Data.AbstractModelObject) |
| MiddleInitial | Gets or sets the Agent's middle initial. The MiddleInitial property gets or sets the middle initial of the Agent. Overload List
" -->Syntax
'Declaration
Public Overridable Property MiddleInitial As String
'Usage
Dim instance As Agent
Dim value As String
instance.MiddleInitial = value
value = instance.MiddleInitial
public virtual string MiddleInitial {get; set;}
public read-write property MiddleInitial: String; virtual;
public function get,set MiddleInitial : String
public: __property virtual string* get_MiddleInitial();
public: __property virtual void set_MiddleInitial(
string* value
);
public:
virtual property String^ MiddleInitial {
String^ get();
void set ( String^ value);
}
" -->
|
| Name | Gets or sets the name. (Inherited from Selerix.Foundation.Data.AbstractModelObject) |
| NameAttribute | Gets or sets the name attribute. (Inherited from Selerix.Foundation.Data.AbstractModelObject) |
| NameTextItem | Gets or sets the name text item. (Inherited from Selerix.Foundation.Data.AbstractModelObject) |
| Notes | Gets or sets the notes. (Inherited from Selerix.Foundation.Data.AbstractEntityObject) |
| Number | Gets or sets the Agent number. The Number property gets or sets the agent's number. |
| Organization | Gets or sets the organization. |
| OwnerFullName | Gets or sets the full name of the owner. (Inherited from Selerix.Foundation.Data.AbstractEntityObject) |
| OwnerUserID | Gets or sets the owner user ID. (Inherited from Selerix.Foundation.Data.AbstractEntityObject) |
| Password | Gets or sets the password. |
| PhoneHome | Gets or sets the party home telephone number. The PhoneHome property gets or sets the home phone of the party. (Inherited from Selerix.BusinessObjects.Party) |
| PhoneMobile | Gets or sets the party mobile phone number. The PhoneMobile property gets or sets the cell phone number of the party. (Inherited from Selerix.BusinessObjects.Party) |
| PhoneWork | Gets or sets the party work phone number. The PhoneWork property gets or sets the work phone number of the party. (Inherited from Selerix.BusinessObjects.Party) |
| Prefix | Gets or sets the Prefix to the Agent's name (such as "Mr.", "Mrs.", etc.). |
| Readonly | Gets or sets a value indicating whether this object is readonly. (Inherited from Selerix.Foundation.Data.AbstractModelObject) |
| Result | Gets or sets the result of last transaction, such as agent uploaded, updated or found. |
| ShortName | Gets or sets the short name. (Inherited from Selerix.Foundation.Data.AbstractModelObject) |
| Split | Gets or sets the percentage of the split. The Split property gets or sets the commission split for the agent. |
| StateLicense | Gets or sets the state license list. |
| Suffix | Gets or sets the Suffix to the Agent's name (such as "Jr.", "Ph.D.", etc.). |
| TaxID | Gets or sets the organization tax ID. (Inherited from Selerix.BusinessObjects.Organization) |
| TerminationDate | Gets or sets the termination date. |
| Type | Gets or sets the Agent type; for example, "agency" or "enroller". The Type property gets or sets the agent type, such as agency or enroller. |
| UniqueID | Gets or sets the unique ID. (Inherited from Selerix.Foundation.Data.AbstractModelObject) |
| UpdateScript | Gets or sets the update script. Selerix internal property. |
| Username | Gets or sets the username. |
| Verified | Gets or sets a value indicating whether this Selerix.Foundation.Data.AbstractModelObject is verified. (Inherited from Selerix.Foundation.Data.AbstractModelObject) |
| Version | Gets or sets the version. (Inherited from Selerix.Foundation.Data.AbstractModelObject) |
| XmlAsOfDate | Gets or sets the XML as of date. (Inherited from Selerix.Foundation.Data.AbstractModelObject) |
| XmlAsOfDateTicks | Gets or sets the XML as of date. (Inherited from Selerix.Foundation.Data.AbstractModelObject) |