コード例 #1
0
ファイル: SystemRole.cs プロジェクト: rafidzal/OpenADK-csharp
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="refId">The ID (GUID) that uniquely identifies the SystemRole.</param>
 ///<param name="sifRefId">A SIF_RefId</param>
 ///
 public SystemRole( string refId, SystenRoleSIF_RefId sifRefId )
     : base(Adk.SifVersion, SystemDTD.SYSTEMROLE)
 {
     this.RefId = refId;
     this.SIF_RefId = sifRefId;
 }
コード例 #2
0
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="refId">The ID (GUID) that uniquely identifies the SystemRole.</param>
 ///<param name="sifRefId">A SIF_RefId</param>
 ///
 public SystemRole(string refId, SystenRoleSIF_RefId sifRefId) : base(Adk.SifVersion, SystemDTD.SYSTEMROLE)
 {
     this.RefId     = refId;
     this.SIF_RefId = sifRefId;
 }