Exemplo n.º 1
0
        /// <summary>
        /// Create a new UserSurveySections object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="surveySectionsId">Initial value of the SurveySectionsId property.</param>
        public static UserSurveySections CreateUserSurveySections(global::System.Int32 id, global::System.Int32 surveySectionsId)
        {
            UserSurveySections userSurveySections = new UserSurveySections();

            userSurveySections.Id = id;
            userSurveySections.SurveySectionsId = surveySectionsId;
            return(userSurveySections);
        }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the UserSurveySections EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToUserSurveySections(UserSurveySections userSurveySections)
 {
     base.AddObject("UserSurveySections", userSurveySections);
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the UserSurveySections EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToUserSurveySections(UserSurveySections userSurveySections)
 {
     base.AddObject("UserSurveySections", userSurveySections);
 }
 /// <summary>
 /// Create a new UserSurveySections object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="surveySectionsId">Initial value of the SurveySectionsId property.</param>
 public static UserSurveySections CreateUserSurveySections(global::System.Int32 id, global::System.Int32 surveySectionsId)
 {
     UserSurveySections userSurveySections = new UserSurveySections();
     userSurveySections.Id = id;
     userSurveySections.SurveySectionsId = surveySectionsId;
     return userSurveySections;
 }