Class ComplexInstanceMemberEntityId

java.lang.Object
com.inductiveautomation.ignition.gateway.sqltags.providers.ComplexInstanceMemberEntityId
All Implemented Interfaces:
EntityId, Serializable

public class ComplexInstanceMemberEntityId extends Object implements EntityId
This class is an EntityId for an instance, that also specifies the entity id of a member element. The member eid is a tag who is defined somewhere in the type hierarchy of the instance. This class is necessary in order to store override values against the tag store.
See Also:
  • Constructor Details

    • ComplexInstanceMemberEntityId

      public ComplexInstanceMemberEntityId(EntityId instanceId, EntityId memberId)
  • Method Details