C# Class BExIS.Ddm.Providers.LuceneProvider.SearchDesigner

Inheritance: ISearchDesigner
Afficher le fichier Open project: BEXIS2/Core Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Get ( ) : List
GetAllXPathsOfSimpleAttributes ( long id ) : List
GetMetadataNodes ( ) : List
IsPrimaryDataIncluded ( ) : bool
Reload ( ) : void
Reset ( ) : void
Set ( List SearchAttributeList ) : void
Set ( List SearchAttributeList, bool includePrimaryData ) : void

Private Methods

Méthode Description
Load ( ) : void
Save ( ) : void
SetAttributesToNode ( XmlElement xmlElement, SearchAttribute sa ) : XmlElement
SetPrimaryDataAttributeToNode ( XmlElement xmlElement ) : XmlElement

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Get() public méthode

public Get ( ) : List
Résultat List

GetAllXPathsOfSimpleAttributes() public méthode

public GetAllXPathsOfSimpleAttributes ( long id ) : List
id long
Résultat List

GetMetadataNodes() public méthode

public GetMetadataNodes ( ) : List
Résultat List

IsPrimaryDataIncluded() public méthode

public IsPrimaryDataIncluded ( ) : bool
Résultat bool

Reload() public méthode

public Reload ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Set() public méthode

public Set ( List SearchAttributeList ) : void
SearchAttributeList List
Résultat void

Set() public méthode

public Set ( List SearchAttributeList, bool includePrimaryData ) : void
SearchAttributeList List
includePrimaryData bool
Résultat void