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