예제 #1
0
 /// <summary>
 /// Create a new GISCategoryType object.
 /// </summary>
 /// <param name="gISCategoryTypeID">Initial value of the GISCategoryTypeID property.</param>
 /// <param name="gISCategoryType1">Initial value of the GISCategoryType1 property.</param>
 public static GISCategoryType CreateGISCategoryType(global::System.Int32 gISCategoryTypeID, global::System.String gISCategoryType1)
 {
     GISCategoryType gISCategoryType = new GISCategoryType();
     gISCategoryType.GISCategoryTypeID = gISCategoryTypeID;
     gISCategoryType.GISCategoryType1 = gISCategoryType1;
     return gISCategoryType;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the GISCategoryTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGISCategoryTypes(GISCategoryType gISCategoryType)
 {
     base.AddObject("GISCategoryTypes", gISCategoryType);
 }