Method | Description | |
---|---|---|
GetAllCategoriesByNodeDistinct ( |
||
GetAllMetadataDatasets ( ) : List |
Get all metadata as a list
|
|
GetAllMetadataDatasetsByNode ( List |
Get a filtered Metadata list Where value from the node is equal
|
|
GetAllMetadataDatasetsByRangeNode ( List |
Get a filtered Metadata list Where value from the node is equal
|
|
GetAllMetadataDatasetsByValue ( List |
Get all metadata where the value is inside
|
|
GetAllMetadataDatasetsWithListOfSearchCriteria ( List |
||
GetAllTextValuesByNodeDistinct ( string nodeName, List |
||
GetAllValuesAsListDistinct ( List |
||
GetAllValuesByNode ( string nodeName, List |
||
GetAllValuesByNodeDistinct ( string nodeName, List |
||
GetMetadataDatasetByID ( List |
public static GetAllCategoriesByNodeDistinct ( |
||
facet | ||
metadataList | List |
|
return | List |
public static GetAllMetadataDatasets ( ) : List |
||
return | List |
public static GetAllMetadataDatasetsByNode ( List |
||
data | List |
List of metadata objects |
node | string | Name of the node |
value | string | Filtervalue |
return | List |
public static GetAllMetadataDatasetsByRangeNode ( List |
||
data | List |
List of metadata objects |
node | string | Name of the node |
value | string | Filtervalue |
desc | bool | |
return | List |
public static GetAllMetadataDatasetsByValue ( List |
||
data | List |
List of metadata objects |
value | string | |
return | List |
public static GetAllMetadataDatasetsWithListOfSearchCriteria ( List |
||
data | List |
|
searchCriteria | ||
return | List |
public static GetAllTextValuesByNodeDistinct ( string nodeName, List |
||
nodeName | string | |
metadataList | List |
|
return | IEnumerable |
public static GetAllValuesAsListDistinct ( List |
||
metadataList | List |
|
return | IEnumerable |
public static GetAllValuesByNode ( string nodeName, List |
||
nodeName | string | |
metadataList | List |
|
return | IEnumerable |
public static GetAllValuesByNodeDistinct ( string nodeName, List |
||
nodeName | string | |
metadataList | List |
|
return | IEnumerable |
public static GetMetadataDatasetByID ( List |
||
data | List |
|
id | string | |
return |