Cgw.Channel.MonitorChannelRelation.MonitorChannelRelation C# (CSharp) Метод

MonitorChannelRelation() публичный Метод

构造函数
public MonitorChannelRelation ( string channelLabel ) : System
channelLabel string
Результат System
        public MonitorChannelRelation(string channelLabel)
        {
            this.Label = channelLabel;
            this.ConfAccessCode = string.Empty;
            this.CameraNo = string.Empty;
            this.IsValid = true;
        }
MonitorChannelRelation