C# Class FDOBrowser.TextProps

ファイルを表示 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
SetProps ( ITsTextProps ttp, SIL.FieldWorks.FDO.FdoCache cache ) : void

Sets the int and string properties.

Method Details

TextProps() public method

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

TextProps() public method

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

ToString() public method

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