Class PermissionInfo
Class holding information about the permissions inside a Rad
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class PermissionInfo
Constructors
PermissionInfo(String, PermissionType, String)
Initializes a new instance of the Permission
Declaration
public PermissionInfo(string name, PermissionType type, string displayName)
Parameters
System. The name. |
Permission The type. |
System. The display name. |
Properties
DisplayName
Gets the display name.
Declaration
public string DisplayName { get; }
Property Value
System.
|
Name
Gets the name of the permission.
Declaration
public string Name { get; }
Property Value
System. The name of the permission. |
Type
Gets the type of the permission.
Declaration
public PermissionType Type { get; }
Property Value
Permission The type of the permission. |
Methods
CreateEveryonePermissionInfo()
Creates an 'Everyone' permission.
Declaration
public static PermissionInfo CreateEveryonePermissionInfo()
Returns
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System.
|
Overrides
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |