StorageSchemaContext - конструктор |
Пространство имён:
Tessa.Applications.Containers.Storage
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemString
Пространство имен
- schemaId
- Тип: SystemString
Идентификато схемы
- rootElement
- Тип: SystemString
Имя корневого элемента
- schemaFactoryType (Optional)
- Тип: SystemType
Тип фабрики схемы.
См. также