/// <summary> /// Create a new UserMaster object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="userName">Initial value of the UserName property.</param> /// <param name="statusId">Initial value of the StatusId property.</param> public static UserMaster CreateUserMaster(global::System.Guid id, global::System.String userName, global::System.Guid statusId) { UserMaster userMaster = new UserMaster(); userMaster.Id = id; userMaster.UserName = userName; userMaster.StatusId = statusId; return userMaster; }
/// <summary> /// Deprecated Method for adding a new object to the UserMasters EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToUserMasters(UserMaster userMaster) { base.AddObject("UserMasters", userMaster); }