C# Class FDOBrowser.TextProps

Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
SetProps ( ITsTextProps ttp, SIL.FieldWorks.FDO.FdoCache cache ) : void

Sets the int and string properties.

Method Details

TextProps() public méthode

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
Résultat System

TextProps() public méthode

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
Résultat System

ToString() public méthode

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