次の方法で共有


IWithPostalCode<ParentT> インターフェイス

定義

郵便番号を設定できる連絡先定義のステージ。

public interface IWithPostalCode<ParentT>
type IWithPostalCode<'ParentT> = interface
Public Interface IWithPostalCode(Of ParentT)

型パラメーター

ParentT

アタッチ後に戻る親定義のステージ。

派生

メソッド

WithPostalCode(String)

住所の郵便番号または郵便番号を指定します。

適用対象