/// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="sifRefObject">A SIF_RefObject</param>
 ///<param name="systemContextList">A SystemContextList</param>
 ///
 public SystenRoleSIF_RefId( SystemRoleObjectType sifRefObject, SystemContext systemContextList )
     : base(SystemDTD.SYSTENROLESIF_REFID)
 {
     this.SetSIF_RefObject( sifRefObject );
     this.SystemContextList =  new SystemContextList( systemContextList );
 }
 ///<summary>Sets the value of the <c>&lt;SystemContextList&gt;</c> element.</summary>
 /// <param name="SystemContext">A SystemContext</param>
 ///<remarks>
 /// <para>This form of <c>setSystemContextList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>SystemContextList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetSystemContextList( SystemContext SystemContext )
 {
     RemoveChild( SystemDTD.SYSTENROLESIF_REFID_SYSTEMCONTEXTLIST);
     AddChild( SystemDTD.SYSTENROLESIF_REFID_SYSTEMCONTEXTLIST, new SystemContextList( SystemContext ) );
 }
Exemplo n.º 3
0
 /// <summary>
 /// Constructor that accepts values for all mandatory fields
 /// </summary>
 ///<param name="sifRefObject">A SIF_RefObject</param>
 ///<param name="systemContextList">A SystemContextList</param>
 ///
 public SystenRoleSIF_RefId(SystemRoleObjectType sifRefObject, SystemContext systemContextList) : base(SystemDTD.SYSTENROLESIF_REFID)
 {
     this.SetSIF_RefObject(sifRefObject);
     this.SystemContextList = new SystemContextList(systemContextList);
 }
Exemplo n.º 4
0
 ///<summary>Sets the value of the <c>&lt;SystemContextList&gt;</c> element.</summary>
 /// <param name="SystemContext">A SystemContext</param>
 ///<remarks>
 /// <para>This form of <c>setSystemContextList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>SystemContextList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetSystemContextList(SystemContext SystemContext)
 {
     RemoveChild(SystemDTD.SYSTENROLESIF_REFID_SYSTEMCONTEXTLIST);
     AddChild(SystemDTD.SYSTENROLESIF_REFID_SYSTEMCONTEXTLIST, new SystemContextList(SystemContext));
 }
Exemplo n.º 5
0
 ///<summary>Sets the value of the <c>&lt;SIF_RefId&gt;</c> element.</summary>
 /// <param name="SifRefObject">A SIF_RefObject</param>
 /// <param name="SystemContextList">A SystemContextList</param>
 ///<remarks>
 /// <para>This form of <c>setSIF_RefId</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>SIF_RefId</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetSIF_RefId( SystemRoleObjectType SifRefObject, SystemContext SystemContextList )
 {
     RemoveChild( SystemDTD.SYSTEMROLE_SIF_REFID);
     AddChild( SystemDTD.SYSTEMROLE_SIF_REFID, new SystenRoleSIF_RefId( SifRefObject, SystemContextList ) );
 }
Exemplo n.º 6
0
 ///<summary>Sets the value of the <c>&lt;SIF_RefId&gt;</c> element.</summary>
 /// <param name="SifRefObject">A SIF_RefObject</param>
 /// <param name="SystemContextList">A SystemContextList</param>
 ///<remarks>
 /// <para>This form of <c>setSIF_RefId</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>SIF_RefId</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.4</para>
 /// </remarks>
 public void SetSIF_RefId(SystemRoleObjectType SifRefObject, SystemContext SystemContextList)
 {
     RemoveChild(SystemDTD.SYSTEMROLE_SIF_REFID);
     AddChild(SystemDTD.SYSTEMROLE_SIF_REFID, new SystenRoleSIF_RefId(SifRefObject, SystemContextList));
 }