RoleLink - класс

Объект, хранящий привязку роли к объекту.

Definition

Пространство имён: Tessa.Views
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
[SerializableAttribute]
[DataContractAttribute]
public sealed class RoleLink : ICloneable, 
	IStorageSerializable
Inheritance
Object    RoleLink
Implements
ICloneable, IStorageSerializable

Конструкторы

RoleLink Initializes a new instance of the RoleLink class. Инициализирует новый экземпляр класса Object.
RoleLink(Guid, String, Guid) Initializes a new instance of the RoleLink class. Инициализирует новый экземпляр класса Object.
RoleLink(Guid, String, Guid, DeltaKind) Initializes a new instance of the RoleLink class. Инициализирует новый экземпляр класса Object.

Свойства

DeltaKind Gets or sets Вид изменений
ObjectId Gets or sets Идентификатор объекта
RoleId Gets or sets Идентификатор роли
RoleName Gets or sets Имя роли

Методы

Clone Создает новый объект, который является копией текущего экземпляра.
Deserialize 
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
Serialize 
ToString Возвращает объект String, который представляет текущий объект Object.
(Переопределяет ObjectToString)

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)
ToSerializedDictionary Сериализует объект в нетипизированный словарь.
(Определяется StorageExtensions)

См. также