C# Class SIL.FieldWorks.PaObjects.PaLexEntry

Inheritance: IPaLexEntry
Afficher le fichier Open project: sillsdev/FieldWorks

Private Properties

Свойство Type Description
GetAll List
GetAllAsXml string
PaLexEntry System

Méthodes publiques

Méthode Description
PaLexEntry ( ) : System

Private Methods

Méthode Description
GetAll ( IFdoServiceLocator svcloc ) : List

Loads all the lexical entries from the specified service locator into a collection of PaLexEntry objects.

GetAllAsXml ( IFdoServiceLocator svcloc ) : string

Loads all the lexical entries from the specified service locator into a collection of PaLexEntry objects and returns the collection in a serialized list.

PaLexEntry ( ILexEntry lxEntry ) : System

Method Details

PaLexEntry() public méthode

public PaLexEntry ( ) : System
Résultat System