Cgw.Channel.MonitorChannelRelation.MonitorChannelRelation C# (CSharp) Method

MonitorChannelRelation() public method

构造函数
public MonitorChannelRelation ( string channelLabel ) : System
channelLabel string
return System
        public MonitorChannelRelation(string channelLabel)
        {
            this.Label = channelLabel;
            this.ConfAccessCode = string.Empty;
            this.CameraNo = string.Empty;
            this.IsValid = true;
        }
MonitorChannelRelation