コード例 #1
0
ファイル: LayerType.cs プロジェクト: paladin74/Dapple
 public void InsertAttributionAt(AttributionType newValue, int index)
 {
     InsertDomElementAt("", "Attribution", index, newValue);
 }
コード例 #2
0
ファイル: LayerType.cs プロジェクト: paladin74/Dapple
 public void ReplaceAttributionAt(AttributionType newValue, int index)
 {
     ReplaceDomElementAt("", "Attribution", index, newValue);
 }
コード例 #3
0
 public LogoURLEnumerator(AttributionType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #4
0
ファイル: LayerType.cs プロジェクト: paladin74/Dapple
 public XmlNode AddAttribution(AttributionType newValue)
 {
     return AppendDomElement("", "Attribution", newValue);
 }
コード例 #5
0
 public OnlineResourceEnumerator(AttributionType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #6
0
 public TitleEnumerator(AttributionType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #7
0
ファイル: AttributionType.cs プロジェクト: paladin74/Dapple
 public TitleEnumerator(AttributionType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #8
0
ファイル: AttributionType.cs プロジェクト: paladin74/Dapple
 public OnlineResourceEnumerator(AttributionType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #9
0
ファイル: AttributionType.cs プロジェクト: paladin74/Dapple
 public LogoURLEnumerator(AttributionType par)
 {
     parent = par;
     nIndex = -1;
 }