示例#1
0
 public bool IsDocRev() => DocTypeName.Equals(Parm.DocRev, StringComparison.CurrentCultureIgnoreCase);
示例#2
0
 /// <summary>
 /// Returns a string that represents the current <see cref="DocType"/>
 /// </summary>
 /// <returns>A <see cref="System.String"/> that represents this instance.</returns>
 public override string ToString()
 {
     // Return the Primary Key as a string
     return(DocTypeName.ToString());
 }