Skip to main content

EntityIdentityAttributeConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform

One (CK type → identity attribute) entry for mapping export/import.

public record EntityIdentityAttributeConfiguration : IEquatable<EntityIdentityAttributeConfiguration>

Inheritance ObjectEntityIdentityAttributeConfiguration
Implements IEquatable<EntityIdentityAttributeConfiguration>

Properties

CkTypeId

Runtime CK type id the entry applies to (e.g. "Loxone/Control").

public string CkTypeId { get; set; }

Property Value

String

Attribute

Attribute on entities of that type holding the stable natural key (e.g. "LoxoneUuid", "TopicPath", "NodeId", "GlobalId").

public string Attribute { get; set; }

Property Value

String

Constructors

EntityIdentityAttributeConfiguration()

Caution

Constructors of types with required members are not supported in this version of your compiler.


public EntityIdentityAttributeConfiguration()