BACnet.Explorer.Core.Models.ObjectRow.ObjectRow C# (CSharp) Method

ObjectRow() public method

public ObjectRow ( ObjectInfo info ) : System
info ObjectInfo
return System
        public ObjectRow(ObjectInfo info)
        {
            this.Info = info;
        }
ObjectRow