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