Click or drag to resize

Position Structure

Defines the position of new rulebase lines.

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

The Position type exposes the following members.

Constructors
  NameDescription
Public methodPosition(Int32)
Position at an absolute rule number.
Public methodPosition(PositionsRelativeToRulebase)
Position at Top or Bottom of rulebase.
Public methodPosition(Positions, String)
Position above or below a section or rule or Position at the top or bottom of a section or rulebase.
Public methodPosition(PositionsRelativeToRule, AccessRule)
Position above or below a rule.
Public methodPosition(PositionsRelativeToSection, AccessSection)
Position top, bottom, above or below a section.
Top
Properties
  NameDescription
Public propertyLocate
Gets how locations is set. Either absolute or relitive to rulebase, section or existing rule.
Public propertyPoint
Gets the reference point for Locate.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ValueTypeToString.)
Top
See Also