|  | ObjectSummaryT Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Koopman.CheckPoint
 Syntax
Syntaxpublic abstract class ObjectSummary<T> : ChangeTracking, IObjectSummary where T : IObjectSummary
The ObjectSummaryT type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DetailLevel | 
            Gets the current detail level of retrieved objects. You will not be able to get the
            values of some properties if the detail level is too low. You can still set property
            values however to override existing values.
             | 
|  | Domain | 
            Information about the domain the object belongs to.
             | 
|  | IsChanged | 
            Gets the object's changed status. Includes checking status of all IChangeTracking properties.
            (Inherited from ChangeTracking.) | 
|  | IsNew | 
            Gets a value indicating whether this instance is new.
            (Inherited from SimpleChangeTracking.) | 
|  | Name | 
            Object name. Should be unique in the domain.
             | 
|  | ObjectType | |
|  | Type | 
            Type of the object.
             | 
|  | UID | 
            Object unique identifier.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AcceptChanges(CancellationToken) | 
            Same as calling AcceptChanges(Ignore, CancellationToken)
            with a value of No;
            (Overrides SimpleChangeTrackingAcceptChanges(CancellationToken).) | 
|  | AcceptChanges(Ignore, CancellationToken) | 
            Posts all changes to Check Point server. If successful all object properties will be
            updated with results.
             | 
|  | Delete | 
            Deletes the current object.
             | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetIdentifier | 
            Gets the identifier that is used when adding this object to a group.
             | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | Reload | 
            Reloads the current object. Used to either reset changes made without saving, or to
            increased the detailLevel to Full | 
|  | ToString | 
            Returns a String that represents this object.
            (Overrides ObjectToString.) | 
 See Also
See Also