ClassPermissionRangeInfo
Class
Class holding information about a PermissionRangeStart.
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class PermissionRangeInfo
Inheritance: objectPermissionRangeInfo
Constructors
PermissionRangeInfo()
Declaration
cs-api-definition
public PermissionRangeInfo()
Properties
Color
Gets the color for this permission.
Name
Gets or sets the name of the permission.
Declaration
cs-api-definition
[XamlSerializable]
public string Name { get; set; }
Property Value
The name of the permission.
Type
Gets or sets the type of the permission.
Declaration
cs-api-definition
[XamlSerializable]
public PermissionType Type { get; set; }
Property Value
The type of the permission.
Methods
CreateDeepCopy()
Creates a deep copy of the current instance.
Declaration
cs-api-definition
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
cs-api-definition
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