示例#1
0
 /// <summary>
 /// uses System.Guid and its ToString(string format) method to generate identifiers
 /// of type string. The length of the string returned depends on the configured format.
 /// </summary>
 /// <param name="format">http://msdn.microsoft.com/en-us/library/97af8hh4.aspx</param>
 /// <returns></returns>
 public void UuidHex(string format)
 {
     if (!mapping.IsSpecified("Class"))
     {
         builder.UuidHex(format);
     }
 }
 /// <summary>
 /// uses System.Guid and its ToString(string format) method to generate identifiers
 /// of type string. The length of the string returned depends on the configured format.
 /// </summary>
 /// <param name="format">http://msdn.microsoft.com/en-us/library/97af8hh4.aspx</param>
 /// <returns></returns>
 public void UuidHex(string format)
 {
     builder.UuidHex(format);
 }