Click or drag to resize

VGPermissionAttributeCollection Class

Represents a collection of VGIPermissionAttribute associated to a VGIPermission.
Inheritance Hierarchy
SystemObject
  System.CollectionsReadOnlyCollectionBase
    Novalys.VisualGuard.SecurityVGPermissionAttributeCollection

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2018.1.720.18 (2018.1.0720.18)
Syntax
[SerializableAttribute]
public class VGPermissionAttributeCollection : ReadOnlyCollectionBase, 
	ICloneable

The VGPermissionAttributeCollection type exposes the following members.

Constructors
  NameDescription
Public methodVGPermissionAttributeCollection
Creates a new instance of a VGPermissionAttributeCollection.
Top
Properties
Methods
  NameDescription
Public methodClone
Duplicates the current object.
Public methodContains(Guid)
Determines whether the specified argument is in the collection
Public methodContains(String)
Determines whether the specified argument is in the collection
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAllAttributes
Gets an array of VGIPermissionAttribute objects stored in the collection.
Public methodGetAttributeById
Gets the attribute specified by its id.
Public methodGetAttributeByName
Gets the attribute specified by its name.
Public methodGetEnumerator (Inherited from ReadOnlyCollectionBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetKeyAtIndex
Gets the name of the attribute corresponding to the specified index
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also