コード例 #1
0
ファイル: DashboardRoleType.cs プロジェクト: mshivjiani/HCMS
 ///<summary>
 /// Returns a String that represents the current object.
 ///</summary>
 public override string ToString()
 {
     return("DashboardRoleTypeID:" + DashboardRoleTypeID.ToString());
 }
コード例 #2
0
ファイル: DashboardRoleType.cs プロジェクト: mshivjiani/HCMS
 /// <summary>
 /// Serves as a hash function for a particular type. GetHashCode() is suitable
 /// for use in hashing algorithms and data structures like a hash table.
 /// </summary>
 /// <returns>A hash code for the current object.</returns>
 public override int GetHashCode()
 {
     return(DashboardRoleTypeID.GetHashCode());
 }