Class PermissionRangeInfo
Class holding information about a PermissionRangeStart.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class PermissionRangeInfo
Constructors
PermissionRangeInfo()
Declaration
public PermissionRangeInfo()
Properties
Color
Name
Gets or sets the name of the permission.
Declaration
[XamlSerializable]
public string Name { get; set; }
Property Value
System.String
The name of the permission. |
Type
Gets or sets the type of the permission.
Declaration
[XamlSerializable]
public PermissionType Type { get; set; }
Property Value
PermissionType
The type of the permission. |
Methods
CreateDeepCopy()
Creates a deep copy of the current instance.
Declaration
public PermissionRangeInfo CreateDeepCopy()
Returns
PermissionRangeInfo
The copied object. |
Equals(Object)
Determines whether the specified System.Object, is equal to this instance.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The System.Object to compare with this instance. |
Returns
System.Boolean
|
Overrides
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |