C# Class Rhetos.Dsl.DefaultConcepts.PersistedSubtypeImplementationIdInfo

Inheritance: IMacroConcept
Datei anzeigen Open project: Rhetos/Rhetos Class Usage Examples

Private Properties

Property Type Description
CreateComputedColumnSnippet string
RemoveComputedColumnSnippet string

Public Methods

Method Description
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.

Private Methods

Method Description
CreateComputedColumnSnippet ( ) : string
RemoveComputedColumnSnippet ( ) : string

Method Details

CreateNewConcepts() public method

public CreateNewConcepts ( IEnumerable existingConcepts ) : IEnumerable
existingConcepts IEnumerable
return IEnumerable

GetComputedColumnName() public static method

public static GetComputedColumnName ( string implementationName ) : string
implementationName string
return string

GetSqlObjectPrototype() public method

The returned prototype can be used as a reference to the actual object in the IDslModel.
public GetSqlObjectPrototype ( ) : Rhetos.Dsl.DefaultConcepts.SqlObjectInfo
return Rhetos.Dsl.DefaultConcepts.SqlObjectInfo