Click or drag to resize

PartyContactMechanism Properties

The PartyContactMechanism type exposes the following members.

Properties
  NameDescription
Public propertyChangingAttributes
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.)
Public propertyContactMechanism
The contact mechanism of the party. [Required] [Filter(multi eq)]
Public propertyContactMechanismPurpose
The purpose of this contact mechanism. Unique within the party. Can be used to seek for specific contact mechanisms. [Filter(multi eq)]
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyFromDate
The first date when the contact mechanism was valid. null means unknown date. [Default(Today)] [Filter(eq;ge;le)]
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyIsActive
True if the contact mechanism is currently active and can be used to contact the party. [Required] [Default(true)] [Filter(eq)]
Public propertyIsDefault
True - when this is the default contact mechanism for this party; false - otherwise. [Required] [Default(false)] [Filter(eq)]
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from EntityObject.)
Public propertyIsLoaded
Gets a value indicating whether the associated data for this domain object is loaded.
(Overrides EntityObjectIsLoaded.)
Public propertyItemString
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyItemIDataAttribute
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyLineOrd
Consecutive number of the contact information. The number is unique within the party. [Required]
Public propertyNoEvents
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.)
Public propertyNonSolicitation
If true then Don't use the mechanism for solicitation purposes. [Required] [Default(false)] [Filter(eq)]
Public propertyNotes
Notes for this PartyContactMechanism.
Public propertyObjectState
Gets the state of the domain object.
(Overrides EditableDomainObjectObjectState.)
Public propertyParty
The party, having the contact mechanism. [Required] [Filter(multi eq)] [Owner]
Public propertyPersonalDataProcess
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)]
Public propertyRepository
Provides access to PartyContactMechanismsRepository repository methods
Public propertyThruDate
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)]
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Top
See Also