StorageSchemaContext - конструктор
Создаёт экземпляр класса.
Пространство имён: Tessa.Applications.Containers.StorageСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public StorageSchemaContext(
string schemaName,
string rootElement,
Type? schemaFactoryType = null
)
Public Sub New (
schemaName As String,
rootElement As String,
Optional schemaFactoryType As Type = Nothing
)
public:
StorageSchemaContext(
String^ schemaName,
String^ rootElement,
Type^ schemaFactoryType = nullptr
)
new :
schemaName : string *
rootElement : string *
?schemaFactoryType : Type
(* Defaults:
let _schemaFactoryType = defaultArg schemaFactoryType null
*)
-> StorageSchemaContext
Параметры
- schemaName String
-
Пространство имен
- rootElement String
-
Имя корневого элемента
- schemaFactoryType Type (Optional)
-
Тип фабрики схемы.