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