Dynamicweb 8 Documentation
ModulePermissionCollection Class Members
Properties  Methods 


The following tables list the members exposed by ModulePermissionCollection.

Public Constructors
 NameDescription
Public ConstructorModulePermissionCollection Constructor  
Top
Public Properties
 NameDescription
Public PropertyComparerGets the IEqualityComparer that is used to determine equality of keys for the dictionary. (Inherited from System.Collections.Generic.Dictionary<string,ModulePermission>)
Public PropertyCountGets the number of key/value pairs contained in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,ModulePermission>)
Public PropertyInheritance  
Public PropertyItemGets or sets module permission for desired module.  
Public PropertyKeysGets a collection containing the keys in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,ModulePermission>)
Public PropertyValuesGets a collection containing the values in the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,ModulePermission>)
Top
Public Methods
 NameDescription
Public MethodAddAdds (or updates) module permission for desired module.  
Public MethodClearRemoves all keys and values from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,ModulePermission>)
Public MethodContainsKeyDetermines whether the Dictionary contains the specified key. (Inherited from System.Collections.Generic.Dictionary<string,ModulePermission>)
Public MethodContainsValueDetermines whether the Dictionary contains a specific value. (Inherited from System.Collections.Generic.Dictionary<string,ModulePermission>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,ModulePermission>)
Public MethodGetModulePermissionsWithInheritance  
Public MethodGetObjectDataImplements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize the Dictionary instance. (Inherited from System.Collections.Generic.Dictionary<string,ModulePermission>)
Public MethodLoadFromXmlLoads modules permissions from xml string.  
Public MethodOnDeserializationImplements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from System.Collections.Generic.Dictionary<string,ModulePermission>)
Public MethodRemoveRemoves the value with the specified key from the Dictionary. (Inherited from System.Collections.Generic.Dictionary<string,ModulePermission>)
Public MethodToStringRetrieves modules permissions as xml string.  
Public MethodTryGetValueGets the value associated with the specified key. (Inherited from System.Collections.Generic.Dictionary<string,ModulePermission>)
Top
See Also

Reference

ModulePermissionCollection Class
Dynamicweb.Modules.UserManagement Namespace

Send Feedback