public sealed class User : IUser, IEquatable<IUser>,
IEquatable<User>
Public NotInheritable Class User
Implements IUser, IEquatable(Of IUser),
IEquatable(Of User)
public ref class User sealed : IUser,
IEquatable<IUser^>, IEquatable<User^>
[<SealedAttribute>]
type User =
class
interface IUser
interface IEquatable<IUser>
interface IEquatable<User>
end
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. |
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. (Переопределяет ObjectGetHashCode) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Переопределяет ObjectToString) |
Get | (Определяется ComHelper) |
Invoke | (Определяется ComHelper) |
IsAdministrator |
Возвращает признак того, что пользователь является администратором системы.
(Определяется RuntimeExtensions) |
Set | (Определяется ComHelper) |