CreditCardPaymentProperty Class [AX 2012]

A CreditCardPaymentProperty stores the value and metadata for a property.

class CreditCardPaymentProperty

Run On

Called

  MethodDescription
JJ767735.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ767735.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ767735.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ767735.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ767735.protmethod(en-us,AX.60).gif new Initializes a new instance of the CreditCardPaymentProperty class.
JJ767735.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ767735.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ767735.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ767735.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ767735.pubmethod(en-us,AX.60).gif parmDateTimeValue Gets or sets the DateTimeValue parameter.
JJ767735.pubmethod(en-us,AX.60).gif parmDecimalValue Gets or sets the DecimalValue parameter.
JJ767735.pubmethod(en-us,AX.60).gif parmDescription Gets or sets the Description parameter.
JJ767735.pubmethod(en-us,AX.60).gif parmDisplayName Gets or sets the DisplayName parameter.
JJ767735.pubmethod(en-us,AX.60).gif parmIsEncrypted Gets or sets the IsEncrypted parameter.
JJ767735.pubmethod(en-us,AX.60).gif parmIsPassword Gets or sets the IsPassword parameter.
JJ767735.pubmethod(en-us,AX.60).gif parmIsReadonly Gets or sets the IsReadonly parameter.
JJ767735.pubmethod(en-us,AX.60).gif parmName Gets or sets the Name parameter.
JJ767735.pubmethod(en-us,AX.60).gif parmNamespace Gets or sets the Namespace parameter.
JJ767735.pubmethod(en-us,AX.60).gif parmPropertyListValue Gets or sets the PropertyListValue parameter.
JJ767735.pubmethod(en-us,AX.60).gif parmSecurityLevel Gets or sets the SecurityLevel parameter.
JJ767735.pubmethod(en-us,AX.60).gif parmSequenceNumber Gets or sets the SequenceNumber parameter.
JJ767735.pubmethod(en-us,AX.60).gif parmStringValue Gets or sets the StringValue parameter.
JJ767735.pubmethod(en-us,AX.60).gif parmValueType Gets or sets the ValueType parameter.
JJ767735.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ767735.pubmethod(en-us,AX.60).gif toProperty Converts the property to a CLR property.
JJ767735.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ767735.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ767735.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ767735.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ767735.pubmethod(en-us,AX.60).gif JJ767735.static(en-us,AX.60).gif ::clrBoolean2Boolean Converts a CLR Boolean to a X++ Boolean.
JJ767735.pubmethod(en-us,AX.60).gif JJ767735.static(en-us,AX.60).gif ::clrDecimal2Real Converts a CLR decimal to a X++ real.
JJ767735.pubmethod(en-us,AX.60).gif JJ767735.static(en-us,AX.60).gif ::clrString2Str Converts a CLR string to a X++ string.
JJ767735.pubmethod(en-us,AX.60).gif JJ767735.static(en-us,AX.60).gif ::fromProperty Create a CreditCardPaymentProperty object from a CLR property.
JJ767735.pubmethod(en-us,AX.60).gif JJ767735.static(en-us,AX.60).gif ::newDisplay Create a CreditCardPaymentProperty object.
JJ767735.pubmethod(en-us,AX.60).gif JJ767735.static(en-us,AX.60).gif ::newName Create a CreditCardPaymentProperty object.
JJ767735.pubmethod(en-us,AX.60).gif JJ767735.static(en-us,AX.60).gif ::newValue Create a CreditCardPaymentProperty object.
JJ767735.pubmethod(en-us,AX.60).gif JJ767735.static(en-us,AX.60).gif ::toDataType Converts a CLR property data type to a X++ property data type.
JJ767735.pubmethod(en-us,AX.60).gif JJ767735.static(en-us,AX.60).gif ::toSecurityLevel Converts a CLR property security level to a X++ property security level.
Top

A property can be of one type either string, decimal, date/time or property list.

Object Class
  CreditCardPaymentProperty Class

Community Additions

ADD
Show: