Click or drag to resize

Person Properties

The Person type exposes the following members.

Properties
  NameDescription
Public propertyActivityTimeIntervals
List of ActivityTimeInterval child objects, based on the General.Contacts.ActivityTimeInterval.Party back reference
(Inherited from Party.)
Public propertyAdministrativeRegion
The administrative region in which the party is situated.
(Inherited from Party.)
Public propertyApplicableLegislations
List of PartyApplicableLegislation child objects, based on the Party back reference
(Inherited from Party.)
Public propertyArea
The area in which the party is situated.
(Inherited from Party.)
Public propertyBankAccounts
List of PartyBankAccount child objects, based on the General.Contacts.PartyBankAccount.Party back reference
(Inherited from Party.)
Public propertyBirthDate
Birth date. null means unknown. [Filter(ge;le)]
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 propertyCity
City from the legal registration address for the person. [Filter(like)]
Public propertyCompanyEmployees
List of CompanyEmployee child objects, based on the General.Contacts.CompanyEmployee.Person back reference
Public propertyContactMechanisms
List of PartyContactMechanism child objects, based on the General.Contacts.PartyContactMechanism.Party back reference
(Inherited from Party.)
Public propertyCreationTime
Date and time when the Person was created. [Filter(ge;le)] [ReadOnly]
Public propertyCreationUser
Login name of the user, who created the Person. [Filter(like)] [ReadOnly]
Public propertyCustomers
List of Customer child objects, based on the Crm.Customer.Party back reference
(Inherited from Party.)
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyDealers
List of Dealer child objects, based on the Crm.Dealer.Party back reference
(Inherited from Party.)
Public propertyDefaultContactMechanism
Gets the default contact mechanism of the party.
(Inherited from Party.)
Public propertyDefaultProductCodingSystem
When not null, specifies coding system for products, which is required by the party. The coding system is used primarily for document printouts and document import/exports.
(Inherited from Party.)
Public propertyDistributors
List of Distributor child objects, based on the Crm.Distributor.Party back reference
(Inherited from Party.)
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyFirstName
First name of the person. [Filter(eq;like)]
Public propertyGender
Person gender. M=Male;F=Female;null=not known/not provided. [Filter(eq)]
Public propertyGLN
Global Location Number used by EDI systems
(Inherited from Party.)
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyIsActive
Specifies whether the current party is active in the system or not [Required]
(Inherited from Party.)
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 PartyIsLoaded.)
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 propertyLastName
Last name of the person. [Filter(eq;like)]
Public propertyMiddleName
Middle name of the person. [Filter(eq;like)]
Public propertyNationality
Person's nationality. null means the default (same as enterprise) nationality. [Filter(multi eq)]
Public propertyNationalNumber
Government assigned unique personal number. null means unknown. [Filter(eq;like)]
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 propertyNotes
Internal notes for the person.
Public propertyObjectState
Gets the state of the domain object.
(Overrides PartyObjectState.)
Public propertyParentParty
Organizational unit (branch from the hierarchy of all parties) to which this party is referred to
(Inherited from Party.)
Public propertyPartyCode
The unique code of the Party [Required]
(Inherited from Party.)
Public propertyPartyCreationTime
Date and time when the Party was created.
(Inherited from Party.)
Public propertyPartyCreationUser
Login name of the user, who created the Party.
(Inherited from Party.)
Public propertyPartyId
Gets the Id of the party row, related to the domain object
(Inherited from Party.)
Public propertyPartyName
The name of the party [Required]
(Inherited from Party.)
Public propertyPartyNotes
Notes for this Party
(Inherited from Party.)
Public propertyPartyType
Type of party. Currently supported are P=Person, C=Company, S=Store, L=Company Location, V=Division [Required]
(Inherited from Party.)
Public propertyPartyUniqueNumber
Unique number of the party (National number for persons, Registration number for companies)
(Inherited from Party.)
Public propertyPartyUpdateTime
Date and time when the Party was last updated.
(Inherited from Party.)
Public propertyPartyUpdateUser
Login name of the user, who last updated the Party.
(Inherited from Party.)
Public propertyPassportIssuingDate
Date of issuing the passport. null means unknown. [Filter(ge;le)]
Public propertyPassportNumber
Current passport number. null means unknown. [Filter(eq)]
Public propertyPictures
List of PartyPicture child objects, based on the General.Contacts.PartyPicture.Party back reference
(Inherited from Party.)
Public propertyRepository
Provides access to PersonsRepository repository methods
Public propertySalesPersons
List of SalesPerson child objects, based on the Crm.SalesPerson.Person back reference
Public propertySuppliers
List of Supplier child objects, based on the Logistics.Procurement.Supplier.Party back reference
(Inherited from Party.)
Public propertyTargetGroupMembers
List of TargetGroupMember child objects, based on the Crm.Marketing.TargetGroupMember.Party back reference
(Inherited from Party.)
Public propertyTitle
The persons title. It may be one of the standard titles - Mr., Mrs., etc., but it can also contains professional or academic qualification.
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Public propertyUpdateTime
Date and time when the Person was last updated. [Filter(ge;le)] [ReadOnly]
Public propertyUpdateUser
Login name of the user, who last updated the Person. [Filter(like)] [ReadOnly]
Top
See Also