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

Show file Open project: sillsdev/FieldWorks

Public Methods

Method 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 method

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
return IConstChartClauseMarker