public ToolkitResultProtocol LogCRNote(LogCRNoteSetupProtocol setupParam)
 {
     object[] results = this.Invoke("LogCRNote1", new object[] {
                 setupParam});
     return ((ToolkitResultProtocol)(results[0]));
 }
 /// <remarks/>
 public System.IAsyncResult BeginLogCRNote1(LogCRNoteSetupProtocol setupParam, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("LogCRNote1", new object[] {
                 setupParam}, callback, asyncState);
 }
        internal Protocol.LogCRNoteSetupProtocol ToProtocol()
        {
            Protocol.LogCRNoteSetupProtocol protocol = new Protocol.LogCRNoteSetupProtocol();

            protocol.CRIDNum = this.CRIDNum;
            protocol.Notes = this.Notes;
            protocol.InternalUseOnlyNotes = this.InternalUseOnlyNotes;
            protocol.LogDate = this.LogDate;
            protocol.UserName = this.UserName;
            protocol.GenerateTimeBombs = this.GenerateTimeBombs;
            protocol.AdditionalFields = this.AdditionalFields;
            protocol.ConstructorCue = this.ConstructorCue;
            protocol.DirtyFieldFlags = this.DirtyFieldFlags;

            return protocol;
        }