コード例 #1
0
ファイル: Reference.cs プロジェクト: UCF/IKM_EDR
 public void AddToMasterPageGalleryTargetControlType(MasterPageGalleryTargetControlTypeValue masterPageGalleryTargetControlTypeValue)
 {
     base.AddObject("MasterPageGalleryTargetControlType", masterPageGalleryTargetControlTypeValue);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: UCF/IKM_EDR
 public static MasterPageGalleryTargetControlTypeValue CreateMasterPageGalleryTargetControlTypeValue(string value)
 {
     MasterPageGalleryTargetControlTypeValue masterPageGalleryTargetControlTypeValue = new MasterPageGalleryTargetControlTypeValue();
     masterPageGalleryTargetControlTypeValue.Value = value;
     return masterPageGalleryTargetControlTypeValue;
 }