Exemplo n.º 1
0
 /// <summary>
 /// Create a new AssignmentObjectType object.
 /// </summary>
 /// <param name="assignmentObjectTypeID">Initial value of the AssignmentObjectTypeID property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 public static AssignmentObjectType CreateAssignmentObjectType(global::System.Int32 assignmentObjectTypeID, global::System.String name, global::System.String description)
 {
     AssignmentObjectType assignmentObjectType = new AssignmentObjectType();
     assignmentObjectType.AssignmentObjectTypeID = assignmentObjectTypeID;
     assignmentObjectType.Name = name;
     assignmentObjectType.Description = description;
     return assignmentObjectType;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the AssignmentObjectTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAssignmentObjectTypes(AssignmentObjectType assignmentObjectType)
 {
     base.AddObject("AssignmentObjectTypes", assignmentObjectType);
 }