Exemple #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the smu_PointsType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTosmu_PointsType(smu_PointsType smu_PointsType)
 {
     base.AddObject("smu_PointsType", smu_PointsType);
 }
Exemple #2
0
 /// <summary>
 /// Create a new smu_PointsType object.
 /// </summary>
 /// <param name="pointsTypeId">Initial value of the PointsTypeId property.</param>
 /// <param name="pointsTypeName">Initial value of the PointsTypeName property.</param>
 /// <param name="pointsTypeRep">Initial value of the PointsTypeRep property.</param>
 public static smu_PointsType Createsmu_PointsType(global::System.Int32 pointsTypeId, global::System.String pointsTypeName, global::System.Boolean pointsTypeRep)
 {
     smu_PointsType smu_PointsType = new smu_PointsType();
     smu_PointsType.PointsTypeId = pointsTypeId;
     smu_PointsType.PointsTypeName = pointsTypeName;
     smu_PointsType.PointsTypeRep = pointsTypeRep;
     return smu_PointsType;
 }