SysSecObject Class [AX 2012]
The SysSecObject class is the base class for the security objects
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canRemove | Checks whether an object can be removed. |
| clone | Makes a copy of the object. |
| deserializeEx | Deserializes the field of the object. |
| dispose | Removes the references to objects that may be leaked by the runtime; called in the close method of a form before calling super. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| expandChildren | Expands the child classes. |
| getData | Gets the value of the data field. |
| getIdx | Gets the value of the current index. |
| getLevel | Gets the value current level. |
| getName | Gets the current name. |
| getParent | Gets the current parent security object. |
| getRecId | Gets the value of the current record ID. |
| getRootName | Gets the current root name. |
| getSchema | Gets an XML representation of the class. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| log | Logs the information about the object. |
| new | Initializes a new instance of the SysSecObject 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.) |
| serialize | Serializes object to the XML string representation. |
| serializeEx | Serializes the fields of the object. |
| setData | Sets the specified data. |
| setForm | Sets the specified form. |
| setIdx | Sets the specified tree index. |
| setLevel | Sets the specified level. |
| setName | Sets the specified name. |
| setParent | Sets the specified parent security object reference. |
| setRecId | Sets the specified record ID value. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setTree | Sets the specified security tree reference. |
| setTreeControl | Sets the specified tree control form. |
| toString | Creates a string that represents the current 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.) |
| ::deserialize | Deserializes the new security object. |
Community Additions
ADD
Show: