ProfileInfos Class |
Namespace: NetQuarry.Security
The ProfileInfos type exposes the following members.
Name | Description | |
---|---|---|
ProfileInfos |
Creates a new instance of the collection
|
Name | Description | |
---|---|---|
Comparer | Gets the IEqualityComparerT that is used to determine equality of keys for the dictionary. (Inherited from DictionaryString, ProfileInfo.) | |
Count | Gets the number of key/value pairs contained in the DictionaryTKey, TValue. (Inherited from DictionaryString, ProfileInfo.) | |
Item | Gets or sets the value associated with the specified key. (Inherited from DictionaryString, ProfileInfo.) | |
Keys | Gets a collection containing the keys in the DictionaryTKey, TValue. (Inherited from DictionaryString, ProfileInfo.) | |
Values | Gets a collection containing the values in the DictionaryTKey, TValue. (Inherited from DictionaryString, ProfileInfo.) |
Name | Description | |
---|---|---|
Add | Adds the specified key and value to the dictionary. (Inherited from DictionaryString, ProfileInfo.) | |
Clear | Removes all keys and values from the DictionaryTKey, TValue. (Inherited from DictionaryString, ProfileInfo.) | |
Clone |
Creates a new instance of the collection and returns the copy
| |
ContainsKey | Determines whether the DictionaryTKey, TValue contains the specified key. (Inherited from DictionaryString, ProfileInfo.) | |
ContainsValue | Determines whether the DictionaryTKey, TValue contains a specific value. (Inherited from DictionaryString, ProfileInfo.) | |
DefaultPermissions |
The default permissions for the specified set of profiles. Applies only when no permissions
are explicitly specified for the object.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the DictionaryTKey, TValue. (Inherited from DictionaryString, ProfileInfo.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance. (Inherited from DictionaryString, ProfileInfo.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load |
Loads the collection from the specified repository database.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NavTargetPermissions |
Returns the nav target permissions for the profile
| |
OnDeserialization | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from DictionaryString, ProfileInfo.) | |
PagePermissions |
Returns the page permissions for the profile
| |
Remove | Removes the value with the specified key from the DictionaryTKey, TValue. (Inherited from DictionaryString, ProfileInfo.) | |
ReportPermissions |
Returns the report permissions for the profile
| |
ToString | (Inherited from Object.) | |
TryGetValue | Gets the value associated with the specified key. (Inherited from DictionaryString, ProfileInfo.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |