コード例 #1
0
ファイル: LayerType.cs プロジェクト: paladin74/Dapple
 public void ReplaceIdentifierAt(IdentifierType newValue, int index)
 {
     ReplaceDomElementAt("", "Identifier", index, newValue);
 }
コード例 #2
0
ファイル: LayerType.cs プロジェクト: paladin74/Dapple
 public void InsertIdentifierAt(IdentifierType newValue, int index)
 {
     InsertDomElementAt("", "Identifier", index, newValue);
 }
コード例 #3
0
ファイル: IdentifierType.cs プロジェクト: paladin74/Dapple
 public authorityEnumerator(IdentifierType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #4
0
ファイル: LayerType.cs プロジェクト: paladin74/Dapple
 public XmlNode AddIdentifier(IdentifierType newValue)
 {
     return AppendDomElement("", "Identifier", newValue);
 }
コード例 #5
0
 public authorityEnumerator(IdentifierType par)
 {
     parent = par;
     nIndex = -1;
 }