コード例 #1
0
ファイル: GetStylesType.cs プロジェクト: paladin74/Dapple
 public DCPTypeEnumerator(GetStylesType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #2
0
ファイル: RequestType.cs プロジェクト: paladin74/Dapple
 public void ReplaceGetStylesAt(GetStylesType newValue, int index)
 {
     ReplaceDomElementAt("", "GetStyles", index, newValue);
 }
コード例 #3
0
ファイル: GetStylesType.cs プロジェクト: paladin74/Dapple
 public FormatEnumerator(GetStylesType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #4
0
ファイル: RequestType.cs プロジェクト: paladin74/Dapple
 public XmlNode AddGetStyles(GetStylesType newValue)
 {
     return(AppendDomElement("", "GetStyles", newValue));
 }
コード例 #5
0
ファイル: RequestType.cs プロジェクト: paladin74/Dapple
 public void InsertGetStylesAt(GetStylesType newValue, int index)
 {
     InsertDomElementAt("", "GetStyles", index, newValue);
 }
コード例 #6
0
ファイル: RequestType.cs プロジェクト: paladin74/Dapple
 public void ReplaceGetStylesAt(GetStylesType newValue, int index)
 {
     ReplaceDomElementAt("", "GetStyles", index, newValue);
 }
コード例 #7
0
ファイル: RequestType.cs プロジェクト: paladin74/Dapple
 public void InsertGetStylesAt(GetStylesType newValue, int index)
 {
     InsertDomElementAt("", "GetStyles", index, newValue);
 }
コード例 #8
0
ファイル: RequestType.cs プロジェクト: paladin74/Dapple
 public XmlNode AddGetStyles(GetStylesType newValue)
 {
     return AppendDomElement("", "GetStyles", newValue);
 }
コード例 #9
0
ファイル: GetStylesType.cs プロジェクト: paladin74/Dapple
 public FormatEnumerator(GetStylesType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #10
0
ファイル: GetStylesType.cs プロジェクト: paladin74/Dapple
 public DCPTypeEnumerator(GetStylesType par)
 {
     parent = par;
     nIndex = -1;
 }