コード例 #1
0
 /// <summary>
 /// Factory method for creating a phone number dictionary field uri
 /// </summary>
 /// <param name="fieldIndex">Indicates the type of phone number</param>
 /// <returns>Indexed field uri</returns>
 /// 
 public static PathToIndexedFieldType CreatePhoneNumber(PhoneNumberKeyType fieldIndex)
 {
     return new PathToIndexedFieldType(DictionaryURIType.contactsPhoneNumber, fieldIndex.ToString());
 }