示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ResourceLots EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToResourceLots(ResourceLot resourceLot)
 {
     base.AddObject("ResourceLots", resourceLot);
 }
示例#2
0
 /// <summary>
 /// Create a new ResourceLot object.
 /// </summary>
 /// <param name="resourceLotID">Initial value of the ResourceLotID property.</param>
 public static ResourceLot CreateResourceLot(global::System.Int32 resourceLotID)
 {
     ResourceLot resourceLot = new ResourceLot();
     resourceLot.ResourceLotID = resourceLotID;
     return resourceLot;
 }
示例#3
0
文件: T2T.Web.g.cs 项目: mikestam/t2t
 private bool FilterResourceLots(ResourceLot entity)
 {
     return (entity.ResourceLotStatusID == this.ResourceLotStatusID);
 }
示例#4
0
文件: T2T.Web.g.cs 项目: mikestam/t2t
 private bool FilterResourceLot(ResourceLot entity)
 {
     return (entity.ResourceLotID == this.ResourceID);
 }
示例#5
0
文件: T2T.Web.g.cs 项目: mikestam/t2t
 private void DetachResourceLots(ResourceLot entity)
 {
     entity.ResourceLotStatu = null;
 }
示例#6
0
文件: T2T.Web.g.cs 项目: mikestam/t2t
 private void AttachResourceLots(ResourceLot entity)
 {
     entity.ResourceLotStatu = this;
 }
示例#7
0
文件: T2T.Web.g.cs 项目: mikestam/t2t
 private bool FilterResourceLots(ResourceLot entity)
 {
     return (entity.ResourceDefinitionID == this.ResourceDefinitionID);
 }
示例#8
0
文件: T2T.Web.g.cs 项目: mikestam/t2t
 private void DetachResourceLots(ResourceLot entity)
 {
     entity.ResourceDefinition = null;
 }
示例#9
0
文件: T2T.Web.g.cs 项目: mikestam/t2t
 private void AttachResourceLots(ResourceLot entity)
 {
     entity.ResourceDefinition = this;
 }