Esempio n. 1
0
 public ProfileProperty(
     string _sLabel,
     string _sKey,
     string _sValue,
     ProfilePropertyDataType _eType)
 {
     this.Label    = _sLabel;
     this.Key      = _sKey;
     this.Value    = _sValue;
     this.DataType = _eType;
 }
Esempio n. 2
0
        public ProfileProperty(
			string _sLabel,
			string _sKey,
			string _sValue,
			ProfilePropertyDataType _eType)
        {
            this.Label = _sLabel;
            this.Key = _sKey;
            this.Value = _sValue;
            this.DataType = _eType;
        }