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

In This Topic
    ObjectBase Class Members
    In This Topic

    The following tables list the members exposed by ObjectBase.

    Public Properties
     NameDescription
    Public Property The key name for the class.  
    Public Property Returns a descriptive name for the class suitable for display to users.  
    Public Property Indicates whether the object is a dependent of (owned by) another object  
    Public Property Indicates whether the object is dirty (modified or new since last save).  
    Public Property Indicates whether the object is new (has never been saved).  
    Public Property Indicates whether this object is read-only.  
    Public Property Indicates whether the object is a stub.  
    Public PropertyGet the parent of this object.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Creates an undo snapshot for the object graph.  
    Public MethodOverloaded. Commits the current changes, discarding the latest undo snapshot.  
    Public Method Gets a user-friendly description of the object's key settings.  
    Public MethodOverloaded. Reverts to the previous undo snapshot created by BeginEdit.  
    Public Method Writes the object and any contained objects to a configuration report  
    Top
    See Also