Table of Contents

Class Position

Namespace
Ascon.Polynom.Web.Api.Data.Models.Security
Assembly
Ascon.Polynom.Web.Api.Data.dll

Представляет должность.

public class Position : NamedObject, IPosition, ISecurityElement, IHaveDescription, IHaveCode, IHaveExternalId, IAccessControlObject, IHaveWriteAccess, INamedObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveName, IHaveId
Inheritance
Position
Implements
Inherited Members
Extension Methods

Constructors

Position()

public Position()

Properties

Code

Уникальный код.

public string Code { get; set; }

Property Value

string

Description

Описание.

public string? Description { get; set; }

Property Value

string

ExternalId

Внешний идентификатор

public string ExternalId { get; set; }

Property Value

string

Id

Идентификатор

public string Id { get; set; }

Property Value

string

WriteAccess

Возвращает признак, открыт ли объект на запись.

public bool WriteAccess { get; set; }

Property Value

bool