Esempio n. 1
0
 public override string ToString()
 {
     return(string.Format("{0} {1} {2}{3};", Qualider.GetString(), FieldType, FieldName,
                          string.IsNullOrEmpty(FieldValue) ? "" : " = " + FieldValue));
 }
Esempio n. 2
0
 public override string ToString()
 {
     return string.Format("{3}{0} {1} {2};", Qualider.GetString(), FieldType, FieldName,
         PropertyType == CSSLGenetator.PropertyType.Other ? "" : "(" + PropertyType + ")");
 }