コード例 #1
0
ファイル: PhoneNumber.cs プロジェクト: pgodwin/OpenADK-csharp
 /// <summary>
 /// Sets the value of the <c>Format</c> attribute.
 /// </summary>
 /// <param name="val">A PhoneNumberFormat object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "A code that specifies the format of this phone number"</para>
 /// <para>Version: 1.5r1</para>
 /// <para>Since: 1.1</para>
 /// </remarks>
 public void SetFormat( PhoneNumberFormat val )
 {
     SetField( CommonDTD.PHONENUMBER_FORMAT, val );
 }
コード例 #2
0
ファイル: PhoneNumber.cs プロジェクト: rubitek/OpenADK-csharp
 /// <summary>
 /// Sets the value of the <c>Format</c> attribute.
 /// </summary>
 /// <param name="val">A PhoneNumberFormat object</param>
 /// <remarks>
 /// <para>The SIF specification defines the meaning of this attribute as: "A code that specifies the format of this phone number"</para>
 /// <para>Version: 1.5r1</para>
 /// <para>Since: 1.1</para>
 /// </remarks>
 public void SetFormat(PhoneNumberFormat val)
 {
     SetField(CommonDTD.PHONENUMBER_FORMAT, val);
 }