CreditCardPaymentProperty Class [AX 2012]
A CreditCardPaymentProperty stores the value and metadata for a property.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| 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 CreditCardPaymentProperty class. |
| 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.) |
| parmDateTimeValue | Gets or sets the DateTimeValue parameter. |
| parmDecimalValue | Gets or sets the DecimalValue parameter. |
| parmDescription | Gets or sets the Description parameter. |
| parmDisplayName | Gets or sets the DisplayName parameter. |
| parmIsEncrypted | Gets or sets the IsEncrypted parameter. |
| parmIsPassword | Gets or sets the IsPassword parameter. |
| parmIsReadonly | Gets or sets the IsReadonly parameter. |
| parmName | Gets or sets the Name parameter. |
| parmNamespace | Gets or sets the Namespace parameter. |
| parmPropertyListValue | Gets or sets the PropertyListValue parameter. |
| parmSecurityLevel | Gets or sets the SecurityLevel parameter. |
| parmSequenceNumber | Gets or sets the SequenceNumber parameter. |
| parmStringValue | Gets or sets the StringValue parameter. |
| parmValueType | Gets or sets the ValueType parameter. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toProperty | Converts the property to a CLR property. |
| 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.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::clrBoolean2Boolean | Converts a CLR Boolean to a X++ Boolean. |
| ::clrDecimal2Real | Converts a CLR decimal to a X++ real. |
| ::clrString2Str | Converts a CLR string to a X++ string. |
| ::fromProperty | Create a CreditCardPaymentProperty object from a CLR property. |
| ::newDisplay | Create a CreditCardPaymentProperty object. |
| ::newName | Create a CreditCardPaymentProperty object. |
| ::newValue | Create a CreditCardPaymentProperty object. |
| ::toDataType | Converts a CLR property data type to a X++ property data type. |
| ::toSecurityLevel | Converts a CLR property security level to a X++ property security level. |
Community Additions
ADD
Show: