CardMetadataSection(Guid, String, SchemeTableContentType, CardSectionType, Int32, CardMetadataSectionFlags, String) - конструктор
Создаёт экземпляр класса с указанием свойств секции.
Пространство имён: Tessa.Cards.MetadataСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public CardMetadataSection(
Guid id,
string name,
SchemeTableContentType tableType,
CardSectionType sectionType,
int order,
CardMetadataSectionFlags flags,
string group
)
Public Sub New (
id As Guid,
name As String,
tableType As SchemeTableContentType,
sectionType As CardSectionType,
order As Integer,
flags As CardMetadataSectionFlags,
group As String
)
public:
CardMetadataSection(
Guid id,
String^ name,
SchemeTableContentType tableType,
CardSectionType sectionType,
int order,
CardMetadataSectionFlags flags,
String^ group
)
new :
id : Guid *
name : string *
tableType : SchemeTableContentType *
sectionType : CardSectionType *
order : int *
flags : CardMetadataSectionFlags *
group : string -> CardMetadataSection
Параметры
- id Guid
- Идентификатор создаваемой секции.
- name String
- Имя создаваемой секции.
- tableType SchemeTableContentType
- Тип таблицы для создаваемой секции.
- sectionType CardSectionType
- Тип создаваемой секции.
- order Int32
- Порядок сортировки создаваемой секции.
- flags CardMetadataSectionFlags
- Флаги секции карточки.
- group String
- Наименование группы секции.