Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Event" /> class.
 /// </summary>
 /// <param name="allDay">allDay.</param>
 /// <param name="attendees">attendees.</param>
 /// <param name="body">body.</param>
 /// <param name="category">category.</param>
 /// <param name="endDate">endDate.</param>
 /// <param name="endTime">endTime.</param>
 /// <param name="_internal">_internal.</param>
 /// <param name="location">location.</param>
 /// <param name="noteID">noteID.</param>
 /// <param name="priority">priority.</param>
 /// <param name="relatedActivities">relatedActivities.</param>
 /// <param name="relatedEntityDescription">relatedEntityDescription.</param>
 /// <param name="reminder">reminder.</param>
 /// <param name="showAs">showAs.</param>
 /// <param name="startDate">startDate.</param>
 /// <param name="startTime">startTime.</param>
 /// <param name="status">status.</param>
 /// <param name="summary">summary.</param>
 /// <param name="timeActivity">timeActivity.</param>
 public Event(BooleanValue allDay = default(BooleanValue), List <EventAttendee> attendees = default(List <EventAttendee>), StringValue body = default(StringValue), StringValue category = default(StringValue), DateTimeValue endDate = default(DateTimeValue), DateTimeValue endTime = default(DateTimeValue), BooleanValue _internal = default(BooleanValue), StringValue location = default(StringValue), GuidValue noteID = default(GuidValue), StringValue priority = default(StringValue), List <EventRelatedActivity> relatedActivities = default(List <EventRelatedActivity>), StringValue relatedEntityDescription = default(StringValue), ReminderDetail reminder = default(ReminderDetail), StringValue showAs = default(StringValue), DateTimeValue startDate = default(DateTimeValue), DateTimeValue startTime = default(DateTimeValue), StringValue status = default(StringValue), StringValue summary = default(StringValue), EventTimeActivity timeActivity = default(EventTimeActivity), Guid?id = default(Guid?), long?rowNumber = default(long?), string note = default(string), Dictionary <string, Dictionary <string, CustomField> > custom = default(Dictionary <string, Dictionary <string, CustomField> >), List <FileLink> files = default(List <FileLink>)) : base(id, rowNumber, note, custom, files)
 {
     this.AllDay                   = allDay;
     this.Attendees                = attendees;
     this.Body                     = body;
     this.Category                 = category;
     this.EndDate                  = endDate;
     this.EndTime                  = endTime;
     this.Internal                 = _internal;
     this.Location                 = location;
     this.NoteID                   = noteID;
     this.Priority                 = priority;
     this.RelatedActivities        = relatedActivities;
     this.RelatedEntityDescription = relatedEntityDescription;
     this.Reminder                 = reminder;
     this.ShowAs                   = showAs;
     this.StartDate                = startDate;
     this.StartTime                = startTime;
     this.Status                   = status;
     this.Summary                  = summary;
     this.TimeActivity             = timeActivity;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Task" /> class.
 /// </summary>
 /// <param name="body">body.</param>
 /// <param name="category">category.</param>
 /// <param name="completedAt">completedAt.</param>
 /// <param name="completionPercentage">completionPercentage.</param>
 /// <param name="dueDate">dueDate.</param>
 /// <param name="_internal">_internal.</param>
 /// <param name="noteID">noteID.</param>
 /// <param name="owner">owner.</param>
 /// <param name="parent">parent.</param>
 /// <param name="parentSummary">parentSummary.</param>
 /// <param name="priority">priority.</param>
 /// <param name="relatedActivities">relatedActivities.</param>
 /// <param name="relatedEntityDescription">relatedEntityDescription.</param>
 /// <param name="relatedTasks">relatedTasks.</param>
 /// <param name="reminder">reminder.</param>
 /// <param name="startDate">startDate.</param>
 /// <param name="status">status.</param>
 /// <param name="summary">summary.</param>
 /// <param name="timeActivity">timeActivity.</param>
 /// <param name="workgroupID">workgroupID.</param>
 public Task(StringValue body = default(StringValue), StringValue category = default(StringValue), DateTimeValue completedAt = default(DateTimeValue), IntValue completionPercentage = default(IntValue), DateTimeValue dueDate = default(DateTimeValue), BooleanValue _internal = default(BooleanValue), GuidValue noteID = default(GuidValue), StringValue owner = default(StringValue), GuidValue parent = default(GuidValue), StringValue parentSummary = default(StringValue), StringValue priority = default(StringValue), List <TaskRelatedActivity> relatedActivities = default(List <TaskRelatedActivity>), StringValue relatedEntityDescription = default(StringValue), List <TaskRelatedTask> relatedTasks = default(List <TaskRelatedTask>), ReminderDetail reminder = default(ReminderDetail), DateTimeValue startDate = default(DateTimeValue), StringValue status = default(StringValue), StringValue summary = default(StringValue), TaskTimeActivity timeActivity = default(TaskTimeActivity), StringValue workgroupID = default(StringValue), Guid?id = default(Guid?), long?rowNumber = default(long?), string note = default(string), Dictionary <string, Dictionary <string, CustomField> > custom = default(Dictionary <string, Dictionary <string, CustomField> >), List <FileLink> files = default(List <FileLink>)) : base(id, rowNumber, note, custom, files)
 {
     this.Body                     = body;
     this.Category                 = category;
     this.CompletedAt              = completedAt;
     this.CompletionPercentage     = completionPercentage;
     this.DueDate                  = dueDate;
     this.Internal                 = _internal;
     this.NoteID                   = noteID;
     this.Owner                    = owner;
     this.Parent                   = parent;
     this.ParentSummary            = parentSummary;
     this.Priority                 = priority;
     this.RelatedActivities        = relatedActivities;
     this.RelatedEntityDescription = relatedEntityDescription;
     this.RelatedTasks             = relatedTasks;
     this.Reminder                 = reminder;
     this.StartDate                = startDate;
     this.Status                   = status;
     this.Summary                  = summary;
     this.TimeActivity             = timeActivity;
     this.WorkgroupID              = workgroupID;
 }