New to Telerik UI for WinFormsStart a free 30-day trial

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 the color for this permission.

C#
public Color Color { get; }

Gets or sets the name of the permission.

C#
[XamlSerializable]
public string Name { get; set; }
Property Value:

The name of the permission.

Gets or sets the type of the permission.

C#
[XamlSerializable]
public PermissionType Type { get; set; }
Property Value:

The type of the permission.

Methods

Creates a deep copy of the current instance.

C#
public PermissionRangeInfo CreateDeepCopy()
Returns:

PermissionRangeInfo

The copied object.

Determines whether the specified object, is equal to this instance.

C#
public override bool Equals(object obj)
Parameters:objobject

The object to compare with this instance.

Returns:

bool

true if the specified object is equal to this instance; otherwise, false.

Overrides: object.Equals(object)

Returns a hash code for this instance.

C#
public override int GetHashCode()
Returns:

int

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

Overrides: object.GetHashCode()