C# 클래스 SIL.FieldWorks.FDO.DomainImpl.ConstChartClauseMarkerFactory

파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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.).

메소드 상세

Create() 공개 메소드

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
리턴 IConstChartClauseMarker