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
Description
Gets or sets the description of the attribute.
public string Description { get; set; }
Property Value
Constructors
CkTypeQueryColumnDto()
public CkTypeQueryColumnDto()