SharpSchedule

ScheduleExceptionCommentCollection.Add Method 

Add the given ScheduleExceptionComment to the collection. The public id is used as the key.

[Visual Basic]
Public Sub Add( _
   ByVal scheduleExceptionComment As ScheduleExceptionComment _
)
[C#]
public void Add(
   ScheduleExceptionComment scheduleExceptionComment
);

Parameters

scheduleExceptionComment
The ScheduleExceptionComment to add to the collection.

See Also

ScheduleExceptionCommentCollection Class | Ozanam.Schedule.Store.Entity Namespace