|  | RulebaseAction Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Koopman.CheckPoint.AccessRules
 Syntax
SyntaxThe RulebaseAction 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.
             | 
|  | IsNew | 
            Gets a value indicating whether this instance is new.
             | 
|  | Name | 
            Object name. Should be unique in the domain.
             | 
|  | ObjectType | 
            The object type.
             | 
|  | Type | 
            Type of the object.
             | 
|  | UID | 
            Object unique identifier.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | 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.
             | 
|  | 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 instance.
            (Overrides ObjectToString.) | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | (String to RulebaseAction) | |
|   | (Actions to RulebaseAction) | |
|   | (RulebaseAction to Actions) | |
|   | (RulebaseAction to String) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|   | Accept | 
            The accept action
             | 
|   | Ask | 
            The ask action
             | 
|   | ClientAuth | 
            The client authentication action
             | 
|   | Drop | 
            The drop action
             | 
|   | Inform | 
            The inform action
             | 
|   | InnerLayer | 
            The inline layer action
             | 
|   | Reject | 
            The reject action
             | 
|   | UserAuth | 
            The user authentication action
             | 
 See Also
See Also