Пример #1
0
 /// <summary>
 /// Create a new PlowMachineEntity object.
 /// </summary>
 /// <param name="plowMachineId">Initial value of PlowMachineId.</param>
 /// <param name="name">Initial value of Name.</param>
 /// <param name="isPrototype">Initial value of IsPrototype.</param>
 /// <param name="createdOn">Initial value of CreatedOn.</param>
 public static PlowMachineEntity CreatePlowMachineEntity(global::System.Guid plowMachineId, string name, bool isPrototype, global::System.DateTime createdOn)
 {
     PlowMachineEntity plowMachineEntity = new PlowMachineEntity();
     plowMachineEntity.PlowMachineId = plowMachineId;
     plowMachineEntity.Name = name;
     plowMachineEntity.IsPrototype = isPrototype;
     plowMachineEntity.CreatedOn = createdOn;
     return plowMachineEntity;
 }
Пример #2
0
 /// <summary>
 /// There are no comments for PlowMachineEntitySet in the schema.
 /// </summary>
 public void AddToPlowMachineEntitySet(PlowMachineEntity plowMachineEntity)
 {
     base.AddObject("PlowMachineEntitySet", plowMachineEntity);
 }