/// <summary> /// Create a new GISCategory object. /// </summary> /// <param name="gISCategoryID">Initial value of the GISCategoryID property.</param> /// <param name="gISCategoryTypeID">Initial value of the GISCategoryTypeID property.</param> /// <param name="gISCategory1">Initial value of the GISCategory1 property.</param> /// <param name="isActive">Initial value of the IsActive property.</param> public static GISCategory CreateGISCategory(global::System.Int32 gISCategoryID, global::System.Int32 gISCategoryTypeID, global::System.String gISCategory1, global::System.Boolean isActive) { GISCategory gISCategory = new GISCategory(); gISCategory.GISCategoryID = gISCategoryID; gISCategory.GISCategoryTypeID = gISCategoryTypeID; gISCategory.GISCategory1 = gISCategory1; gISCategory.IsActive = isActive; return gISCategory; }
/// <summary> /// Deprecated Method for adding a new object to the GISCategory EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToGISCategory(GISCategory gISCategory) { base.AddObject("GISCategory", gISCategory); }