Click or drag to resize

Track Class

Access rule track settings
Inheritance Hierarchy

Namespace:  Koopman.CheckPoint.AccessRules
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public class Track : ChangeTracking
Request Example View Source

The Track type exposes the following members.

Constructors
  NameDescription
Public methodTrack
Initializes a new instance of the Track class
Top
Properties
  NameDescription
Public propertyAccounting
Gets or sets if accounting is enabled.
Public propertyAlert
Gets or sets the alert type for track.
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 propertyPerConnection
Gets or sets if logs are genereated per connection.
Public propertyPerSession
Gets or sets if logs are genereated per session.
Public propertyType
Gets or sets the type of tracking to use.
Top
Methods
  NameDescription
Public methodAcceptChanges
Resets the object’s state to unchanged by accepting the modifications.
(Inherited from SimpleChangeTracking.)
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also