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 List of permissions that the caller has for this object  
    Public Property Description property used for binding.  
    Public Property The Class ID for the object  
    Public PropertyOverridden.  The key name for the class. 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 PropertyThe DataContext to which this object belongs.  
    Public Property Returns an extended description of the object, if appropriate  
    Public Property Indicates whether the object came from a Master.  
    Public Property Indicates whether the object is a dependent of (owned by) another object (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 List of security actions supported by this object.  
    Public PropertyList of ArcanaDevelopment.adTempus.Shared.SecurityInheritanceOptions supported by the object  
    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. Generates a report showing the settings for the object.  
    Public Method Gets a user-friendly description of the object's key settings. (Inherited from ArcanaDevelopment.adTempus.Client.ObjectBase)
    Public MethodGets 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 Performs server-side validation of the object  
    Public MethodOverridden.  Writes the object and any contained objects to a configuration report Writes the object and any contained objects to a configuration report  
    Top
    See Also