C# 클래스 FDOBrowser.TextProps

파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
TextProps ( ITsTextProps ttp, SIL.FieldWorks.FDO.FdoCache cache ) : System

Initializes a new instance of the T:TextProps class.

TextProps ( int irun, ITsString tss, SIL.FieldWorks.FDO.FdoCache cache ) : System

Initializes a new instance of the T:TextProps class.

ToString ( ) : string

Returns a T:System.String that represents this instance.

비공개 메소드들

메소드 설명
SetProps ( ITsTextProps ttp, SIL.FieldWorks.FDO.FdoCache cache ) : void

Sets the int and string properties.

메소드 상세

TextProps() 공개 메소드

Initializes a new instance of the T:TextProps class.
public TextProps ( ITsTextProps ttp, SIL.FieldWorks.FDO.FdoCache cache ) : System
ttp ITsTextProps
cache SIL.FieldWorks.FDO.FdoCache
리턴 System

TextProps() 공개 메소드

Initializes a new instance of the T:TextProps class.
public TextProps ( int irun, ITsString tss, SIL.FieldWorks.FDO.FdoCache cache ) : System
irun int
tss ITsString
cache SIL.FieldWorks.FDO.FdoCache
리턴 System

ToString() 공개 메소드

Returns a T:System.String that represents this instance.
public ToString ( ) : string
리턴 string