Class SystemTypesAttribute
Определяет типы систем, применимые для какой-либо сущности.
public class SystemTypesAttribute : Attribute
- Inheritance
-
SystemTypesAttribute
- Derived
- Inherited Members
- Extension Methods
Constructors
SystemTypesAttribute(SystemType)
Конструктор.
public SystemTypesAttribute(SystemType systemTypes)
Parameters
systemTypes
SystemType
Properties
SystemTypes
Типы систем.
public SystemType SystemTypes { get; }