Ejemplo n.º 1
0
 /// <summary>
 /// Create a new ResourceLevel object.
 /// </summary>
 /// <param name="resourceLevelID">Initial value of the ResourceLevelID property.</param>
 public static ResourceLevel CreateResourceLevel(global::System.Int32 resourceLevelID)
 {
     ResourceLevel resourceLevel = new ResourceLevel();
     resourceLevel.ResourceLevelID = resourceLevelID;
     return resourceLevel;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ResourceLevels EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToResourceLevels(ResourceLevel resourceLevel)
 {
     base.AddObject("ResourceLevels", resourceLevel);
 }