C# Class Rhetos.Dsl.DefaultConcepts.AutoCodePropertyInfo

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

Private Properties

Property Type Description

Public Methods

Method Description
CheckSemantics ( IEnumerable existingConcepts ) : void
CreateNewConcepts ( IEnumerable existingConcepts ) : IEnumerable

Protected Methods

Method Description
CreateUniqueConstraint ( ) : IConceptInfo

Method Details

CheckSemantics() public method

public CheckSemantics ( IEnumerable existingConcepts ) : void
existingConcepts IEnumerable
return void

CreateNewConcepts() public method

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

CreateUniqueConstraint() protected method

protected CreateUniqueConstraint ( ) : IConceptInfo
return IConceptInfo