C# Class SIL.FieldWorks.PaObjects.PaLexEntry

Inheritance: IPaLexEntry
Exibir arquivo Open project: sillsdev/FieldWorks

Private Properties

Property Type Description
GetAll List
GetAllAsXml string
PaLexEntry System

Public Methods

Method Description
PaLexEntry ( ) : System

Private Methods

Method 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 method

public PaLexEntry ( ) : System
return System