[SerializableAttribute]
[DataContractAttribute]
public sealed class RoleLink : ICloneable,
IStorageSerializable<SerializableAttribute>
<DataContractAttribute>
Public NotInheritable Class RoleLink
Implements ICloneable, IStorageSerializable[SerializableAttribute]
[DataContractAttribute]
public ref class RoleLink sealed : ICloneable,
IStorageSerializable[<SealedAttribute>]
[<SerializableAttribute>]
[<DataContractAttribute>]
type RoleLink =
class
interface ICloneable
interface IStorageSerializable
end| 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 | |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| Serialize | |
| ToString |
Возвращает объект String, который представляет текущий объект
Object.
(Переопределяет ObjectToString) |
| Get | (Определяется ComHelper) |
| Invoke | (Определяется ComHelper) |
| Set | (Определяется ComHelper) |
| ToSerializedDictionary |
Сериализует объект в нетипизированный словарь.
(Определяется StorageExtensions) |