コード例 #1
0
ファイル: EventRole.cs プロジェクト: Herbert42/gedcomx-csharp
 /**
  * Build up this role with a type.
  *
  * @param type The type.
  * @return this.
  */
 public EventRole SetType(EventRoleType type)
 {
     KnownType = type;
     return this;
 }
コード例 #2
0
ファイル: EventRole.cs プロジェクト: xocrus/gedcomx-csharp
 /**
  * Build up this role with a type.
  *
  * @param type The type.
  * @return this.
  */
 public EventRole SetType(EventRoleType type)
 {
     KnownType = type;
     return(this);
 }