Click or drag to resize

RulebaseAction Class

Rulebase Actions
Inheritance Hierarchy
SystemObject
  Koopman.CheckPoint.AccessRulesRulebaseAction

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

The RulebaseAction 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 propertyIsNew
Gets a value indicating whether this instance is new.
Public propertyName
Object name. Should be unique in the domain.
Public propertyObjectType
The object type.
Public propertyType
Type of the object.
Public propertyUID
Object unique identifier.
Top
Methods
  NameDescription
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.
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 instance.
(Overrides ObjectToString.)
Top
Operators
Fields
  NameDescription
Public fieldStatic memberAccept
The accept action
Public fieldStatic memberAsk
The ask action
Public fieldStatic memberClientAuth
The client authentication action
Public fieldStatic memberDrop
The drop action
Public fieldStatic memberInform
The inform action
Public fieldStatic memberInnerLayer
The inline layer action
Public fieldStatic memberReject
The reject action
Public fieldStatic memberUserAuth
The user authentication action
Top
See Also