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

Description

Gets or sets the description of the attribute.

public string Description { get; set; }

Property Value

String

IsDataStream

Gets or sets whether this column is available in stream data queries.

public bool IsDataStream { get; set; }

Property Value

Boolean

Constructors

CkTypeQueryColumnDto()

public CkTypeQueryColumnDto()