コード例 #1
0
ファイル: IOTA.Designer.cs プロジェクト: nipuna/MvsAPI
 public void AddToTopFeatureResults(TopFeatureResult topFeatureResult)
 {
     base.AddObject("TopFeatureResults", topFeatureResult);
 }
コード例 #2
0
ファイル: IOTA.Designer.cs プロジェクト: nipuna/MvsAPI
 public static TopFeatureResult CreateTopFeatureResult(int id)
 {
     TopFeatureResult topFeatureResult = new TopFeatureResult();
     topFeatureResult.ID = id;
     return topFeatureResult;
 }