Click or drag to resize

ActionSettings Class

Extra action settings for rule
Inheritance Hierarchy

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

The ActionSettings type exposes the following members.

Constructors
  NameDescription
Public methodActionSettings
Initializes a new instance of the ActionSettings class
Top
Properties
  NameDescription
Public propertyEnableIdentityCaptivePortal
Gets or sets a value indicating whether identity captive portal is enabled for this rule.
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 propertyLimit
Gets or sets the limit object assigned to this rule.
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 methodSetLimit
Sets the limit by name or UID.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also