C# Class SIL.FieldWorks.FDO.DomainImpl.ConstChartClauseMarkerFactory

Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
Create ( IConstChartRow row, int insertAt, ICmPossibility column, IEnumerable depClauses ) : IConstChartClauseMarker

Creates a new Chart Clause Marker (reference to dependent/speech/song clauses) Caller needs to setup the rows with the correct parameters (ClauseType, etc.).

Method Details

Create() public méthode

Creates a new Chart Clause Marker (reference to dependent/speech/song clauses) Caller needs to setup the rows with the correct parameters (ClauseType, etc.).
public Create ( IConstChartRow row, int insertAt, ICmPossibility column, IEnumerable depClauses ) : IConstChartClauseMarker
row IConstChartRow
insertAt int
column ICmPossibility
depClauses IEnumerable The chart rows that are dependent/speech/song
Résultat IConstChartClauseMarker