Cgw.Common.ChannelInfo.ChannelInfo C# (CSharp) Method

ChannelInfo() public method

测试时使用
public ChannelInfo ( string ChannelLabel, string AccessCode ) : System
ChannelLabel string
AccessCode string
return System
        public ChannelInfo(string ChannelLabel, string AccessCode)
        {
            this.ChannelLabel = ChannelLabel;
            this.AccessCode = AccessCode;
            this.IsValid = true;
        }

Same methods

ChannelInfo::ChannelInfo ( ) : System
ChannelInfo