PartyContactMechanism Properties |
The PartyContactMechanism type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChangingAttributes |
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.) |
![]() | ContactMechanism | The contact mechanism of the party. [Required] [Filter(multi eq)] |
![]() | ContactMechanismPurpose | The purpose of this contact mechanism. Unique within the party. Can be used to seek for specific contact mechanisms. [Filter(multi eq)] |
![]() | CustomProperties |
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.) |
![]() | ExtendedProperties |
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.) |
![]() | FromDate | The first date when the contact mechanism was valid. null means unknown date. [Default(Today)] [Filter(eq;ge;le)] |
![]() | Id |
The unique Id of the entity object
(Inherited from EntityObject.) |
![]() | IsActive | True if the contact mechanism is currently active and can be used to contact the party. [Required] [Default(true)] [Filter(eq)] |
![]() | IsDefault | True - when this is the default contact mechanism for this party; false - otherwise. [Required] [Default(false)] [Filter(eq)] |
![]() | IsGhost |
Returns true when the object is a ghost object
(Inherited from EntityObject.) |
![]() | IsLoaded | Gets a value indicating whether the associated data for this domain object is loaded. (Overrides EntityObjectIsLoaded.) |
![]() | ItemString |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) |
![]() | ItemIDataAttribute |
Gets or sets the value of a data attribute
(Inherited from DomainObject.) |
![]() | LineOrd | Consecutive number of the contact information. The number is unique within the party. [Required] |
![]() | NoEvents |
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.) |
![]() | NonSolicitation | If true then Don't use the mechanism for solicitation purposes. [Required] [Default(false)] [Filter(eq)] |
![]() | Notes | Notes for this PartyContactMechanism. |
![]() | ObjectState | Gets the state of the domain object. (Overrides EditableDomainObjectObjectState.) |
![]() | Party | The party, having the contact mechanism. [Required] [Filter(multi eq)] [Owner] |
![]() | PersonalDataProcess | The personal data process, which is used to process the current data. Null when the data is not personal or when the process is unknown. [Filter(multi eq)] |
![]() | Repository | Provides access to PartyContactMechanismsRepository repository methods |
![]() | ThruDate | The last date on which the contact mechanism was valid for the party. null if the contact mechanism is still valid. [Filter(eq;ge;le)] |
![]() | Transaction |
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.) |