SalesSalesEInvoice_DirPartyTable_CustTa1 Class [AX 2012]
The SalesSalesEInvoice_DirPartyTable_CustTa1 class is the data object class that is exposed through the SalesSalesEInvoiceService class.
Syntax
class SalesSalesEInvoice_DirPartyTable_CustTa1 extends SalesSalesEInvoice_DirPartyTable_CustTab
Run On
Called
Methods
Method | Description | |
---|---|---|
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
createPersonalSuffix | Creates and sets a new value for the PersonalSuffix complex data item. | |
createPersonalTitle | Creates and sets a new value for the PersonalTitle complex data item. | |
deserialize | Deserializes this strongly-typed data container from the specified XML representation. (Inherited from AfStronglyTypedDataContainer.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
exists | Indicates whether a data container contains a data item with the specified name. (Inherited from AfStronglyTypedDataContainer.) | |
existsAnniversaryDay | Determines whether the AnniversaryDay data item is in the data container. | |
existsAnniversaryMonth | Determines whether the AnniversaryMonth data item is in the data container. | |
existsAnniversaryYear | Determines whether the AnniversaryYear data item is in the data container. | |
existsBirthDay | Determines whether the BirthDay data item is in the data container. | |
existsBirthMonth | Determines whether the BirthMonth data item is in the data container. | |
existsBirthYear | Determines whether the BirthYear data item is in the data container. | |
existsChildrenNames | Determines whether the ChildrenNames data item is in the data container. | |
existsCommunicatorSignIn | Determines whether the CommunicatorSignIn data item is in the data container. | |
existsGender | Determines whether the Gender data item is in the data container. | |
existsHobbies | Determines whether the Hobbies data item is in the data container. | |
existsInitials | Determines whether the Initials data item is in the data container. | |
existsInstanceRelationType | Determines whether the InstanceRelationType data item is in the data container. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
existsKnownAs | Determines whether the KnownAs data item is in the data container. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
existsLanguageId | Determines whether the LanguageId data item is in the data container. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
existsMaritalStatus | Determines whether the MaritalStatus data item is in the data container. | |
existsName | Determines whether the Name data item is in the data container. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
existsNameAlias | Determines whether the NameAlias data item is in the data container. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
existsNameSequence | Determines whether the NameSequence data item is in the data container. | |
existsPartyNumber | Determines whether the PartyNumber data item is in the data container. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
existsPersonalSuffix | Determines whether the PersonalSuffix data item is in the data container. | |
existsPersonalTitle | Determines whether the PersonalTitle data item is in the data container. | |
existsPersonSuffix | Determines whether the PersonSuffix data item is in the data container. | |
existsPersonTitle | Determines whether the PersonTitle data item is in the data container. | |
existsPhoneticFirstName | Determines whether the PhoneticFirstName data item is in the data container. | |
existsPhoneticLastName | Determines whether the PhoneticLastName data item is in the data container. | |
existsPhoneticMiddleName | Determines whether the PhoneticMiddleName data item is in the data container. | |
existsPrimaryAddressLocation | Determines whether the PrimaryAddressLocation data item exists in the data container. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
existsPrimaryContactEmail | Determines whether the PrimaryContactEmail data item exists in the data container. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
existsPrimaryContactFax | Determines whether the PrimaryContactFax data item exists in the data container. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
existsPrimaryContactPhone | Determines whether the PrimaryContactPhone data item exists in the data container. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
existsPrimaryContactTelex | Determines whether the PrimaryContactTelex data item exists in the data container. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
existsPrimaryContactURL | Determines whether the PrimaryContactURL data item exists in the data container. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
existsProfessionalSuffix | Determines whether the ProfessionalSuffix data item is in the data container. | |
existsProfessionalTitle | Determines whether the ProfessionalTitle data item is in the data container. | |
existsRecId | Determines whether the RecId data item is in the data container. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
existsRecVersion | Determines whether the RecVersion data item is in the data container. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
get_Array | Gets data items of the type array. (Inherited from AfStronglyTypedDataContainer.) | |
get_Attribute | Gets data items of the primitive types. (Inherited from AfStronglyTypedDataContainer.) | |
get_Container | Gets data items of the type data container. (Inherited from AfStronglyTypedDataContainer.) | |
get_EdtArray | Gets data items of the extended array type. (Inherited from AfStronglyTypedDataContainer.) | |
get_List | Gets data items of the type data container list. (Inherited from AfStronglyTypedDataContainer.) | |
get_NewArray | Gets data items of the type array. (Inherited from AfStronglyTypedDataContainer.) | |
get_NewContainer | Gets data items of the type data container. (Inherited from AfStronglyTypedDataContainer.) | |
get_NewList | Gets data items of the type data container list. (Inherited from AfStronglyTypedDataContainer.) | |
getRootName | Gets the name of the root element of the XML representation of this strongly typed data container. (Inherited from AfStronglyTypedDataContainer.) | |
getSchema | Gets XML schema that describes XML representation of this strongly typed data container returned by the AfStronglyTypedDataContainer.serialize method and expected by the AfStronglyTypedDataContainer.deserialize method. (Inherited from AfStronglyTypedDataContainer.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
new | Initializes a new instance of the SalesSalesEInvoice_DirPartyTable_CustTa1 class. (Overrides the new Method.) | |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) | |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) | |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
parmAnniversaryDay | Gets or sets the AnniversaryDay parameter. | |
parmAnniversaryMonth | Gets or sets the AnniversaryMonth parameter. | |
parmAnniversaryYear | Gets or sets the AnniversaryYear parameter. | |
parmBirthDay | Gets or sets the BirthDay parameter. | |
parmBirthMonth | Gets or sets the BirthMonth parameter. | |
parmBirthYear | Gets or sets the BirthYear parameter. | |
parmChildrenNames | Gets or sets the ChildrenNames parameter. | |
parmCommunicatorSignIn | Gets or sets the CommunicatorSignIn parameter. | |
parmGender | Gets or sets the Gender parameter. | |
parmHobbies | Gets or sets the Hobbies parameter. | |
parmInitials | Gets or sets the Initials parameter. | |
parmInstanceRelationType | Gets or sets the InstanceRelationType parameter. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
parmKnownAs | Gets or sets the KnownAs parameter. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
parmLanguageId | Gets or sets the LanguageId parameter. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
parmMaritalStatus | Gets or sets the MaritalStatus parameter. | |
parmName | Gets or sets the Name parameter. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
parmNameAlias | Gets or sets the NameAlias parameter. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
parmNameSequence | Gets or sets the NameSequence parameter. | |
parmPartyNumber | Gets or sets the PartyNumber parameter. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
parmPersonalSuffix | Gets or sets the PersonalSuffix parameter. | |
parmPersonalTitle | Gets or sets the PersonalTitle parameter. | |
parmPersonSuffix | Gets or sets the PersonSuffix parameter. | |
parmPersonTitle | Gets or sets the PersonTitle parameter. | |
parmPhoneticFirstName | Gets or sets the PhoneticFirstName parameter. | |
parmPhoneticLastName | Gets or sets the PhoneticLastName parameter. | |
parmPhoneticMiddleName | Gets or sets the PhoneticMiddleName parameter. | |
parmPrimaryAddressLocation | Gets or sets the PrimaryAddressLocation parameter. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
parmPrimaryContactEmail | Gets or sets the PrimaryContactEmail parameter. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
parmPrimaryContactFax | Gets or sets the PrimaryContactFax parameter. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
parmPrimaryContactPhone | Gets or sets the PrimaryContactPhone parameter. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
parmPrimaryContactTelex | Gets or sets the PrimaryContactTelex parameter. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
parmPrimaryContactURL | Gets or sets the PrimaryContactURL parameter. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
parmProfessionalSuffix | Gets or sets the ProfessionalSuffix parameter. | |
parmProfessionalTitle | Gets or sets the ProfessionalTitle parameter. | |
parmRecId | Gets or sets the RecId parameter. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
parmRecVersion | Gets or sets the RecVersion parameter. (Inherited from SalesSalesEInvoice_DirPartyTable_CustTab.) | |
populateFromTable | Populates this data container. (Inherited from AfStronglyTypedDataContainer.) | |
serialize | Serializes the strongly-typed data container into its XML representation. (Inherited from AfStronglyTypedDataContainer.) | |
set_Array | Sets the value of the data item of array type. (Inherited from AfStronglyTypedDataContainer.) | |
set_Attribute | Sets the value for data items of the primitive types. (Inherited from AfStronglyTypedDataContainer.) | |
set_Container | Sets the value for data items of data container type. (Inherited from AfStronglyTypedDataContainer.) | |
set_EdtArray | Sets the value for data items of extended array type. (Inherited from AfStronglyTypedDataContainer.) | |
set_List | Sets the value for data items of data container list type. (Inherited from AfStronglyTypedDataContainer.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
wait | Pauses a process. (Inherited from Object.) | |
wt | Gets the weakly-typed data container interface that is associated with this strongly-typed data container. (Inherited from AfStronglyTypedDataContainer.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Top
Inheritance Hierarchy
Object Class
AfStronglyTypedDataContainer Class
SalesSalesEInvoice_DirPartyTable_CustTab Class
SalesSalesEInvoice_DirPartyTable_CustTa1 Class