예제 #1
0
        public bool SetExclusivelyBreastFeedingPeriodEndReport([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://rep.oio.dk/medcom.sundcom.dk/xml/schemas/2007/07/01/")] ExclusivelyBreastFeedingPeriodEndReportType ExclusivelyBreastFeedingPeriodEndReport)
        {
            object[] results = this.Invoke("SetExclusivelyBreastFeedingPeriodEndReport", new object[] {
                ExclusivelyBreastFeedingPeriodEndReport
            });

            return((bool)(results[0]));
        }
예제 #2
0
 /// <remarks/>
 public void SetExclusivelyBreastFeedingPeriodEndReportAsync(ExclusivelyBreastFeedingPeriodEndReportType ExclusivelyBreastFeedingPeriodEndReport, object userState)
 {
     if ((this.SetExclusivelyBreastFeedingPeriodEndReportOperationCompleted == null))
     {
         this.SetExclusivelyBreastFeedingPeriodEndReportOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetExclusivelyBreastFeedingPeriodEndReportOperationCompleted);
     }
     this.InvokeAsync("SetExclusivelyBreastFeedingPeriodEndReport", new object[] {
         ExclusivelyBreastFeedingPeriodEndReport
     }, this.SetExclusivelyBreastFeedingPeriodEndReportOperationCompleted, userState);
 }
예제 #3
0
 /// <remarks/>
 public void SetExclusivelyBreastFeedingPeriodEndReportAsync(ExclusivelyBreastFeedingPeriodEndReportType ExclusivelyBreastFeedingPeriodEndReport)
 {
     this.SetExclusivelyBreastFeedingPeriodEndReportAsync(ExclusivelyBreastFeedingPeriodEndReport, null);
 }