EntityIdentityAttributeConfiguration
Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform
One (CK type → identity attribute) entry for mapping export/import.
public record EntityIdentityAttributeConfiguration : IEquatable<EntityIdentityAttributeConfiguration>
Inheritance Object → EntityIdentityAttributeConfiguration
Implements IEquatable<EntityIdentityAttributeConfiguration>
Properties
CkTypeId
Runtime CK type id the entry applies to (e.g. "Loxone/Control").
public string CkTypeId { get; set; }
Property Value
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
Constructors
EntityIdentityAttributeConfiguration()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public EntityIdentityAttributeConfiguration()