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

Inheritance: ISearchDesigner
Datei anzeigen Open project: BEXIS2/Core Class Usage Examples

Public Methods

Method 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

Method Description
Load ( ) : void
Save ( ) : void
SetAttributesToNode ( XmlElement xmlElement, SearchAttribute sa ) : XmlElement
SetPrimaryDataAttributeToNode ( XmlElement xmlElement ) : XmlElement

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Get() public method

public Get ( ) : List
return List

GetAllXPathsOfSimpleAttributes() public method

public GetAllXPathsOfSimpleAttributes ( long id ) : List
id long
return List

GetMetadataNodes() public method

public GetMetadataNodes ( ) : List
return List

IsPrimaryDataIncluded() public method

public IsPrimaryDataIncluded ( ) : bool
return bool

Reload() public method

public Reload ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Set() public method

public Set ( List SearchAttributeList ) : void
SearchAttributeList List
return void

Set() public method

public Set ( List SearchAttributeList, bool includePrimaryData ) : void
SearchAttributeList List
includePrimaryData bool
return void