コード例 #1
0
ファイル: Reference.cs プロジェクト: sreekanth642/sp2010_lab
 public void AddToSolutionGallery(SolutionGalleryItem solutionGalleryItem)
 {
     base.AddObject("SolutionGallery", solutionGalleryItem);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: sreekanth642/sp2010_lab
 public static SolutionGalleryItem CreateSolutionGalleryItem(int ID)
 {
     SolutionGalleryItem solutionGalleryItem = new SolutionGalleryItem();
     solutionGalleryItem.Id = ID;
     return solutionGalleryItem;
 }