Click or drag to resize

ObjectSummaryT Class

The basic summary information of a Check Point object
Inheritance Hierarchy

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public abstract class ObjectSummary<T> : ChangeTracking, 
	IObjectSummary
where T : IObjectSummary
Request Example View Source

Type Parameters

T
Type from derived classes

The ObjectSummaryT type exposes the following members.

Properties
  NameDescription
Public propertyDetailLevel
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.
Public propertyDomain
Information about the domain the object belongs to.
Public propertyIsChanged
Gets the object's changed status. Includes checking status of all IChangeTracking properties.
(Inherited from ChangeTracking.)
Public propertyIsNew
Gets a value indicating whether this instance is new.
(Inherited from SimpleChangeTracking.)
Public propertyName
Object name. Should be unique in the domain.
Public propertyObjectType
Public propertyType
Type of the object.
Public propertyUID
Object unique identifier.
Top
Methods
  NameDescription
Public methodAcceptChanges(CancellationToken)
Same as calling AcceptChanges(Ignore, CancellationToken) with a value of No;
(Overrides SimpleChangeTrackingAcceptChanges(CancellationToken).)
Public methodAcceptChanges(Ignore, CancellationToken)
Posts all changes to Check Point server. If successful all object properties will be updated with results.
Public methodDelete
Deletes the current object.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIdentifier
Gets the identifier that is used when adding this object to a group.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReload
Reloads the current object. Used to either reset changes made without saving, or to increased the detailLevel to Full
Public methodToString
Returns a String that represents this object.
(Overrides ObjectToString.)
Top
See Also