예제 #1
0
 ///<summary>
 /// Returns a String that represents the current object.
 ///</summary>
 public override string ToString()
 {
     return("GSSGFactorLevelID:" + FactorLevelID.ToString());
 }
예제 #2
0
 ///<summary>
 /// Returns a String that represents the current object.
 ///</summary>
 public override string ToString()
 {
     return("SeriesID:" + SeriesID.ToString() + "FESFactorLevelID:" + FactorLevelID.ToString());
 }