Пример #1
0
 /// <summary>
 /// The constructor
 /// </summary>
 internal CompSwitchInfo(
     SwitchesToMigrate switchStr,
     string[] switchIDs,
     SwitchValueType switchValueType,
     object switchValue,
     string switchProjectPropertyName
     )
 {
     this.Switch                    = switchStr;
     this.SwitchIDs                 = switchIDs;
     this.SwitchValueType           = switchValueType;
     this.SwitchValue               = switchValue;
     this.SwitchProjectPropertyName = switchProjectPropertyName;
 }
Пример #2
0
 /// <summary>
 /// The constructor
 /// </summary>
 internal CompSwitchInfo(
     SwitchesToMigrate switchStr,
     string[] switchIDs,
     SwitchValueType switchValueType,
     object switchValue,
     string switchProjectPropertyName
 )
 {
     this.Switch = switchStr;
     this.SwitchIDs = switchIDs;
     this.SwitchValueType = switchValueType;
     this.SwitchValue = switchValue;
     this.SwitchProjectPropertyName = switchProjectPropertyName;
 }