|  | Track Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Koopman.CheckPoint.AccessRules
 Syntax
SyntaxThe Track type exposes the following members.
 Constructors
Constructors Properties
Properties| Name | Description | |
|---|---|---|
|  | Accounting | 
            Gets or sets if accounting is enabled.
             | 
|  | Alert | 
            Gets or sets the alert type for track.
             | 
|  | 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.) | 
|  | PerConnection | 
            Gets or sets if logs are genereated per connection.
             | 
|  | PerSession | 
            Gets or sets if logs are genereated per session.
             | 
|  | Type | 
            Gets or sets the type of tracking to use.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AcceptChanges | 
            Resets the object’s state to unchanged by accepting the modifications.
            (Inherited from SimpleChangeTracking.) | 
|  | 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.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | 
            Returns a String that represents this instance.
            (Overrides ObjectToString.) | 
 See Also
See Also