Class PermissionRangeInfo
Class holding information about a Permission
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class PermissionRangeInfo : Object
Constructors
PermissionRangeInfo()
Declaration
public PermissionRangeInfo()
Properties
Color
Gets the color for this permission.
Declaration
public Color Color { get; }
Property Value
System.
|
Name
Gets or sets the name of the permission.
Declaration
[XamlSerializable]
public string Name { get; set; }
Property Value
System. The name of the permission. |
Type
Gets or sets the type of the permission.
Declaration
[XamlSerializable]
public PermissionType Type { get; set; }
Property Value
Permission The type of the permission. |
Methods
CreateDeepCopy()
Creates a deep copy of the current instance.
Declaration
public PermissionRangeInfo CreateDeepCopy()
Returns
Permission The copied object. |
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System.
|
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. |