Ejemplo n.º 1
0
 public static void Save(IValueSink sink, GetEventInformationAck value)
 {
     sink.EnterSequence();
     Value<ReadOnlyArray<ListOfEventSummariesType>>.Save(sink, value.ListOfEventSummaries);
     Value<bool>.Save(sink, value.MoreEvents);
     sink.LeaveSequence();
 }
Ejemplo n.º 2
0
        public static void Save(IValueSink sink, GetEventInformationAck value)
        {
            sink.EnterSequence();
            Value <ReadOnlyArray <ListOfEventSummariesType> > .Save(sink, value.ListOfEventSummaries);

            Value <bool> .Save(sink, value.MoreEvents);

            sink.LeaveSequence();
        }
Ejemplo n.º 3
0
 public GetEventInformationWrapper(GetEventInformationAck item)
 {
     this.Item = item;
 }
Ejemplo n.º 4
0
 public static ConfirmedServiceAck NewGetEventInformation(GetEventInformationAck getEventInformation)
 {
     return new GetEventInformationWrapper(getEventInformation);
 }
Ejemplo n.º 5
0
 public GetEventInformationWrapper(GetEventInformationAck item)
 {
     this.Item = item;
 }
Ejemplo n.º 6
0
 public static ConfirmedServiceAck NewGetEventInformation(GetEventInformationAck getEventInformation)
 {
     return(new GetEventInformationWrapper(getEventInformation));
 }