PermissionRangeInfo
Class
Class holding information about a PermissionRangeStart.
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class PermissionRangeInfo
Inheritance: objectPermissionRangeInfo
Constructors
C#
public PermissionRangeInfo()
Properties
Gets or sets the name of the permission.
C#
[XamlSerializable]
public string Name { get; set; }
The name of the permission.
Gets or sets the type of the permission.
C#
[XamlSerializable]
public PermissionType Type { get; set; }
The type of the permission.
Methods
Creates a deep copy of the current instance.
Returns a hash code for this instance.
C#
public override int GetHashCode()
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides: