C# Класс Rhetos.Dsl.DefaultConcepts.PersistedSubtypeImplementationIdInfo

Наследование: IMacroConcept
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CreateComputedColumnSnippet string
RemoveComputedColumnSnippet string

Открытые методы

Метод Описание
CreateNewConcepts ( IEnumerable existingConcepts ) : IEnumerable
GetComputedColumnName ( string implementationName ) : string
GetSqlObjectPrototype ( ) : Rhetos.Dsl.DefaultConcepts.SqlObjectInfo

The returned prototype can be used as a reference to the actual object in the IDslModel.

Приватные методы

Метод Описание
CreateComputedColumnSnippet ( ) : string
RemoveComputedColumnSnippet ( ) : string

Описание методов

CreateNewConcepts() публичный Метод

public CreateNewConcepts ( IEnumerable existingConcepts ) : IEnumerable
existingConcepts IEnumerable
Результат IEnumerable

GetComputedColumnName() публичный статический Метод

public static GetComputedColumnName ( string implementationName ) : string
implementationName string
Результат string

GetSqlObjectPrototype() публичный Метод

The returned prototype can be used as a reference to the actual object in the IDslModel.
public GetSqlObjectPrototype ( ) : Rhetos.Dsl.DefaultConcepts.SqlObjectInfo
Результат Rhetos.Dsl.DefaultConcepts.SqlObjectInfo