Class QueryAttribute
Represents query attribute in external system.
Inherited Members
Namespace: CustomPLMService.Contract.Models.Query
Assembly: CustomPLMService.Contract.dll
Syntax
public class QueryAttribute
Properties
Name
Attribute name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Occurrence
Attribute occurrence (see QueryAttribute.Occurrences)
Declaration
public QueryAttribute.Occurrences Occurrence { get; set; }
Property Value
Type | Description |
---|---|
QueryAttribute.Occurrences |
Value
Attribute value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |