[SerializableAttribute]
[DataContractAttribute]
public sealed class WorkplaceModel : INamedEntry,
INamedItem, ISecurityDescriptor
<SerializableAttribute>
<DataContractAttribute>
Public NotInheritable Class WorkplaceModel
Implements INamedEntry, INamedItem, ISecurityDescriptor
[SerializableAttribute]
[DataContractAttribute]
public ref class WorkplaceModel sealed : INamedEntry,
INamedItem, ISecurityDescriptor
[<SealedAttribute>]
[<SerializableAttribute>]
[<DataContractAttribute>]
type WorkplaceModel =
class
interface INamedEntry
interface INamedItem
interface ISecurityDescriptor
end
WorkplaceModel | Initializes a new instance of the WorkplaceModel class. Инициализирует новый экземпляр класса Object. |
ID | Идентификатор объекта. |
Metadata | Метаданные рабочего места. |
Name | Отображаемое имя объекта. |
Order | Порядок в списке рабочих мест. |
Roles | Cписок ролей, для которых доступно данное рабочее место. |
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) |
ToString |
Возвращает объект String, который представляет текущий объект
Object.
(Переопределяет ObjectToString) |