SysERAttribute Class [AX 2012]
The SysERAttribute class provides attributes that are contained by an entity.
| Method | Description | |
|---|---|---|
| accept | Accepts the input SysERVisitor object by calling its visitAttribute method. (Overrides the accept Method.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| domain | Retrieves the domain of the field from the database. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getDomain | Gets the domain for a field. |
| getDomainName | Gets the domain name from the application type name. |
| getElements | Get the elements of the attribute. |
| getSqlDomain | Gets the SQL server domain that corresponds to an application data type. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isMandatory | Indicates whether the attribute is mandatory. |
| new | Initializes a new instance of the SysERAttribute 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.) |
| parmConceptualName | Gets or sets the ConceptualName parameter. |
| parmEntity | Gets or sets the Entity parameter. |
| parmField | Gets or sets the Field parameter. |
| parmId | Gets or sets the Id parameter. |
| parmIsPrimaryKeyAttribute | Gets or sets the IsPrimaryKeyAttribute parameter. |
| parmNote | Gets or sets the Note parameter. |
| parmParentAttribute | Gets the ParentAttribute parameter. |
| parmParentField | Gets or sets the ParentField parameter. |
| parmPhysicalName | Gets or sets the PhysicalName parameter. |
| parmRelationshipName | Gets or sets the RelationshipName parameter. |
| 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.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the SysERAttribute class. |
| ::isRequired | Indicates whether the specified field is required before the data can be saved. |
| ::newAttribute | Creates a new instance of SysERAttribute with the specified arguments. |
Community Additions
ADD
Show: