Skip to main content

CkAttributeMetaDataDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Represents construction kit attribute meta data

public class CkAttributeMetaDataDto

Inheritance ObjectCkAttributeMetaDataDto

Properties

Key

Metadata key

public string Key { get; set; }

Property Value

String

Value

Metadata value

public string Value { get; set; }

Property Value

String

Description

An optional description of the meta data

public string Description { get; set; }

Property Value

String

Constructors

CkAttributeMetaDataDto()

public CkAttributeMetaDataDto()