Class PermissionRangeInfo
Class holding information about a PermissionRangeStart.
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class PermissionRangeInfo : Object
Constructors
PermissionRangeInfo()
Declaration
public PermissionRangeInfo()
Properties
Color
Gets the color for this permission.
Declaration
public Color Color { get; }
Property Value
System.Windows.Media.Color
|
Name
Gets or sets the name of the permission.
Declaration
[XamlSerializable]
public string Name { get; set; }
Property Value
System.String
The name of the permission. |
Type
Gets or sets the type of the permission.
Declaration
[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
public PermissionRangeInfo CreateDeepCopy()
Returns
PermissionRangeInfo
The copied object. |
Equals(Object)
Determines whether the specified System.Object, is equal to this instance.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The System.Object to compare with this instance. |
Returns
System.Boolean
|
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |