public CreateTimeLogResultProtocol CreateTimeLog(CreateTimeLogSetupProtocol setupParam)
 {
     object[] results = this.Invoke("CreateTimeLog1", new object[] {
                 setupParam});
     return ((CreateTimeLogResultProtocol)(results[0]));
 }
 /// <remarks/>
 public System.IAsyncResult BeginCreateTimeLog1(CreateTimeLogSetupProtocol setupParam, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("CreateTimeLog1", new object[] {
                 setupParam}, callback, asyncState);
 }
        internal Protocol.CreateTimeLogSetupProtocol ToProtocol()
        {
            Protocol.CreateTimeLogSetupProtocol protocol = new Protocol.CreateTimeLogSetupProtocol();

            protocol.OnsiteLogObjid = this.OnsiteLogObjid;
            protocol.CaseIDNum = this.CaseIDNum;
            protocol.CreateDate = this.CreateDate;
            protocol.Notes = this.Notes;
            protocol.PerformedByUserName = this.PerformedByUserName;
            protocol.UserName = this.UserName;
            protocol.TimeType = this.TimeType;
            protocol.StartDate = this.StartDate;
            protocol.Duration = this.Duration;
            protocol.IsBillable = this.IsBillable;
            protocol.BillTo = this.BillTo;
            protocol.WorkCenter = this.WorkCenter;
            protocol.Resolution = this.Resolution;
            protocol.ConstructorCue = this.ConstructorCue;
            protocol.DirtyFieldFlags = this.DirtyFieldFlags;

            return protocol;
        }