Skip to main content

CkTypeQueryColumnDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Represents a possible column in a query result.

public class CkTypeQueryColumnDto

Inheritance ObjectCkTypeQueryColumnDto

Properties

AttributePath

Gets or sets the path of the attribute.

public string AttributePath { get; set; }

Property Value

String

AttributeValueType

Gets or sets the attribute type

public AttributeValueTypesDto AttributeValueType { get; set; }

Property Value

AttributeValueTypesDto

Constructors

CkTypeQueryColumnDto()

public CkTypeQueryColumnDto()