Class CodeValuePropertyFacet
Facet for searching code values
Inherited Members
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class CodeValuePropertyFacet
Properties
CodeListUsed
Search for usages of a specific code list.
Declaration
public IdentifierInRequest CodeListUsed { get; set; }
Property Value
Type | Description |
---|---|
IdentifierInRequest |
Remarks
Used to find usages or a particular code list. Usually not used along with CodeTerms.
CodeTerms
A list of code value terms to search for. Code Terms are OR'd togather within a facet
Declaration
public List<string> CodeTerms { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
PropertyName
Optional property name to search
Declaration
public string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
Defined type ids for custom fields are also accepted. Empty property names will match against all present properties.
VersionlessCodeList
Search for usages of a specific code list at any version
Declaration
public bool? VersionlessCodeList { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Remarks
Used to find usages or a particular code list regardless of version. Usually not used along with CodeTerms.