コード例 #1
0
ファイル: LayerType.cs プロジェクト: paladin74/Dapple
 public void InsertAuthorityURLAt(AuthorityURLType newValue, int index)
 {
     InsertDomElementAt("", "AuthorityURL", index, newValue);
 }
コード例 #2
0
ファイル: LayerType.cs プロジェクト: paladin74/Dapple
 public void ReplaceAuthorityURLAt(AuthorityURLType newValue, int index)
 {
     ReplaceDomElementAt("", "AuthorityURL", index, newValue);
 }
コード例 #3
0
ファイル: LayerType.cs プロジェクト: paladin74/Dapple
 public XmlNode AddAuthorityURL(AuthorityURLType newValue)
 {
     return AppendDomElement("", "AuthorityURL", newValue);
 }
コード例 #4
0
 public OnlineResourceEnumerator(AuthorityURLType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #5
0
 public nameEnumerator(AuthorityURLType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #6
0
ファイル: AuthorityURLType.cs プロジェクト: paladin74/Dapple
 public OnlineResourceEnumerator(AuthorityURLType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #7
0
ファイル: AuthorityURLType.cs プロジェクト: paladin74/Dapple
 public nameEnumerator(AuthorityURLType par)
 {
     parent = par;
     nIndex = -1;
 }