SchemaManager.AddCoreSchema(Guid,String,Guid,Guid[]) - метод Смотри также Terrasoft.Core - пространство имен > SchemaManager - класс > AddCoreSchema - метод : AddCoreSchema(Guid,String,Guid,Guid[]) - метод C#
- uid
- Identifier of the system schema that is being added.
- name
- Name of the system schema that is being added.
- parentSchemaUId
- Identifier of the parent schema.
- referenceSchemaUIds
- A list of the identifiers of the schemas that the schema being added references.
Glossary Item Box
public ISchemaManagerItem AddCoreSchema( Guid uid, string name, Guid parentSchemaUId, params Guid[] referenceSchemaUIds )
Параметры
- uid
- Identifier of the system schema that is being added.
- name
- Name of the system schema that is being added.
- parentSchemaUId
- Identifier of the parent schema.
- referenceSchemaUIds
- A list of the identifiers of the schemas that the schema being added references.
Тип возвращаемого значения
The manager item that contains the system schema that was added.Method is overloaded.