CkTypeQueryColumnDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Represents a possible column in a query result.
public class CkTypeQueryColumnDto
Inheritance Object → CkTypeQueryColumnDto
Properties
AttributePath
Gets or sets the path of the attribute.
public string AttributePath { get; set; }
Property Value
AttributeValueType
Gets or sets the attribute type
public AttributeValueTypesDto AttributeValueType { get; set; }
Property Value
AttributeValueTypesDto
Constructors
CkTypeQueryColumnDto()
public CkTypeQueryColumnDto()