User - класс

Пользователь системы.

Definition

Пространство имён: Tessa.Platform.Runtime
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public sealed class User : IUser, IEquatable<IUser>, 
	IEquatable<User>
Inheritance
Object    User
Implements
IEquatableIUser, IEquatableUser, IUser

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

User Создаёт экземпляр класса с указанием значений его свойств.

Свойства

AccessLevel Уровень доступа для пользователя.
ID Идентификатор пользователя.
Name Имя пользователя.
System Пользователь System с идентификатором SystemID и именем SystemName.

Методы

Equals(IUser)Indicates whether the current object is equal to another object of the same type.
Equals(Object)Determines whether the specified object is equal to the current object.
(Переопределяет ObjectEquals(Object))
Equals(User)Indicates whether the current object is equal to another object of the same type.
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.
(Переопределяет ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns a string that represents the current object.
(Переопределяет ObjectToString)

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

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
IsAdministrator Возвращает признак того, что пользователь является администратором системы.
(Определяется RuntimeExtensions)
Set
(Определяется ComHelper)

См. также