adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ADTObject Class
Properties Methods

In This Topic
    ADTObject Class Members
    In This Topic

    The following tables list the members exposed by ADTObject.

    Public Properties
     NameDescription
    Public Property  
    Public Property Description property used for binding.  
    Public Property The Class ID for the object  
    Public PropertyOverridden.  The key name for the class.  
    Public Property Returns a descriptive name for the class suitable for display to users. (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public Property The date/time the object was first saved (in UTC).  
    Public Property The DataContext to which this object belongs.  
    Public Property  
    Public Property Indicates whether the object came from a Master.  
    Public Property (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public Property Indicates whether the object is dirty (modified or new since last save). (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public Property Indicates whether the object is new (has never been saved). (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public PropertyOverridden.  Indicates whether this object is read-only. Indicates whether this object is read-only.  
    Public Property Indicates whether the object is a stub. (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public Property The date/time the object was last saved (in UTC).  
    Public Property The Object Identifier that uniquely identifies the object.  
    Public PropertyOverridden. Get the parent of this object.The object that owns or contains this object, if IsDependent is True.  
    Public Property  
    Public Property  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  Creates an undo snapshot for the object graph. (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public Method Determines whether the user has the necessary permission to perform a specified action on the object  
    Public MethodOverloaded.  Commits the current changes, discarding the latest undo snapshot. (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public Method Creates a new object that is a copy of the source object.  
    Public MethodOverloaded.  Gets a Configuration Report for the object.  
    Public Method Gets a user-friendly description of the object's key settings. (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public Method Gets the Independent object to which this object ultimately belongs.  
    Public MethodReturns a string that represents the current object. Returns a description of the object.  
    Public MethodOverloaded. Reverts to the previous undo snapshot created by ObjectBase.BeginEdit. (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public Method  
    Public MethodOverridden.   
    Top
    See Also