[This is preliminary documentation and is subject to change.]

The SecurityObject type exposes the following members.

Constructors

  NameDescription
Public methodSecurityObjectOverloaded.

Methods

  NameDescription
Public methodDump
Dump the class content on a string for debugging purposes
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodStatic memberGetNavigateUrl
Gets the navigator url
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAccessAppend
The append access bit
Public propertyAccessDelete
The delete access bit
Public propertyAccessRead
The read access bit
Public propertyAccessWrite
The write access bit
Public propertyDescription
The description of the object, usually role name or the user name
Public propertyGroupId
The unique id of the object
Public propertyIsLocked
The type of the object
Public propertyObjectId
The unique id of the object
Public propertyObjectType
The type of the object
Public propertyRoleId
The unique id of the role, the value of -1 denotes that the object does not represent the role based security.
Public propertyUserId
The unique id of the user, the value of -1 denotes that the object does not denote role based security.

See Also