StorageSchemaContext - конструктор

Initializes a new instance of the StorageSchemaContext class. Initializes a new instance of the StorageSchemaContext struct. Initializes a new instance of the StorageSchemaContext class. Инициализирует новый экземпляр класса Object.

Definition

Пространство имён: Tessa.Applications.Containers.Storage
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public StorageSchemaContext(
	[NotNullAttribute] string schemaName,
	[NotNullAttribute] string schemaId,
	[NotNullAttribute] string rootElement,
	[CanBeNullAttribute] Type schemaFactoryType = null
)

Параметры

schemaName  String
Пространство имен
schemaId  String
Идентификато схемы
rootElement  String
Имя корневого элемента
schemaFactoryType  Type  (Optional)
Тип фабрики схемы.

См. также