Beispiel #1
0
 /// <summary>
 /// Overloaded.  Creates a new instance of <see cref="UnitProperty"/>.
 /// </summary>
 /// <param name="unitID"></param>
 /// <param name="unitType"></param>
 /// <remarks>UnitID and unitType are required to build a valid Unit Ref.</remarks>
 public UnitProperty(string unitID, UnitTypeCode unitType)
 {
     this.UnitID = unitID;
     this.UnitType = unitType;
 }
Beispiel #2
0
 /// <summary>
 /// Overloaded.  Creates a new instance of <see cref="UnitProperty"/>.
 /// </summary>
 /// <param name="unitID"></param>
 /// <param name="unitType"></param>
 /// <remarks>UnitID and unitType are required to build a valid Unit Ref.</remarks>
 public UnitProperty(string unitID, UnitTypeCode unitType)
 {
     this.UnitID   = unitID;
     this.UnitType = unitType;
 }