ClassPermissionRangeInfo
Class holding information about a PermissionRangeStart.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class PermissionRangeInfo
Inheritance: objectPermissionRangeInfo
Constructors
PermissionRangeInfo()
Declaration
public PermissionRangeInfo()
Properties
Color
Gets the color for this permission.
Declaration
public Color Color { get; }
Property Value
Color
Name
Gets or sets the name of the permission.
Declaration
[XamlSerializable]
public string Name { get; set; }
Property Value
The name of the permission.
Type
Gets or sets the type of the permission.
Declaration
[XamlSerializable]
public PermissionType Type { get; set; }
Property Value
The type of the permission.
Methods
CreateDeepCopy()
Creates a deep copy of the current instance.
Declaration
public PermissionRangeInfo CreateDeepCopy()
Returns
The copied object.
Equals(object)
Determines whether the specified object, is equal to this instance.
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides