Class
PermissionRangeInfo

Class holding information about a PermissionRangeStart.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.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.

Declaration

cs-api-definition
public Color Color { get; }

Property Value

Color

Name

Gets or sets the name of the permission.

Declaration

cs-api-definition
[XamlSerializable]
public string Name { get; set; }

Property Value

string

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

PermissionType

The type of the permission.

Methods

CreateDeepCopy()

Creates a deep copy of the current instance.

Declaration

cs-api-definition
public PermissionRangeInfo CreateDeepCopy()

Returns

PermissionRangeInfo

The copied object.

Equals(object)

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

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

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)

GetHashCode()

Returns a hash code for this instance.

Declaration

cs-api-definition
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()