Class SystemTypeDescriptor
Описатель типа системы точки учёта.
Inheritance
System.Object
SystemTypeDescriptor
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lers.Core
Assembly: Lers.Core.dll
Syntax
public class SystemTypeDescriptor
Properties
CanHaveReturnChannel
Указывает что данная система может быть двухтрубной.
Declaration
public bool CanHaveReturnChannel { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
IsAffectedBySeason
Указывает что на параметры этой системы влияют режимы работы (летний / зимний).
Declaration
public bool IsAffectedBySeason { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
List
Список всех доступных систем.
Declaration
public static IReadOnlyCollection<SystemTypeDescriptor> List { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyCollection<SystemTypeDescriptor> |
Resource
Тип ресурса, который измеряется в системе.
Declaration
public ResourceKind Resource { get; }
Property Value
| Type | Description |
|---|---|
| ResourceKind |
System
Система точки учёта.
Declaration
public SystemType System { get; }
Property Value
| Type | Description |
|---|---|
| SystemType |
Title
Наименование типа системы.
Declaration
public string Title { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
Get(SystemType)
Возвращает описатель системы.
Declaration
public static SystemTypeDescriptor Get(SystemType system)
Parameters
| Type | Name | Description |
|---|---|---|
| SystemType | system |
Returns
| Type | Description |
|---|---|
| SystemTypeDescriptor |
ToString()
Возвращает строковое представление объекта.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()