示例#1
0
        /// <summary>
        /// Create a new SurveyHeaders object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="organisationsId">Initial value of the OrganisationsId property.</param>
        public static SurveyHeaders CreateSurveyHeaders(global::System.Int32 id, global::System.Int32 organisationsId)
        {
            SurveyHeaders surveyHeaders = new SurveyHeaders();

            surveyHeaders.Id = id;
            surveyHeaders.OrganisationsId = organisationsId;
            return(surveyHeaders);
        }
 /// <summary>
 /// Create a new SurveyHeaders object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="organisationsId">Initial value of the OrganisationsId property.</param>
 public static SurveyHeaders CreateSurveyHeaders(global::System.Int32 id, global::System.Int32 organisationsId)
 {
     SurveyHeaders surveyHeaders = new SurveyHeaders();
     surveyHeaders.Id = id;
     surveyHeaders.OrganisationsId = organisationsId;
     return surveyHeaders;
 }
示例#3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SurveyHeaders EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSurveyHeaders(SurveyHeaders surveyHeaders)
 {
     base.AddObject("SurveyHeaders", surveyHeaders);
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the SurveyHeaders EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSurveyHeaders(SurveyHeaders surveyHeaders)
 {
     base.AddObject("SurveyHeaders", surveyHeaders);
 }