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