예제 #1
0
 public Integration.FileNetCheckIn.FileNetCheckInRs_Type FileNetCheckIn(Integration.FileNetCheckIn.FileNetCheckInRq_Type FileNetCheckInRq)
 {
     Integration.FileNetCheckIn.FileNetCheckInRequest inValue = new Integration.FileNetCheckIn.FileNetCheckInRequest();
     inValue.FileNetCheckInRq = FileNetCheckInRq;
     Integration.FileNetCheckIn.FileNetCheckInResponse retVal = ((Integration.FileNetCheckIn.FileNetCheckIn)(this)).FileNetCheckIn(inValue);
     return(retVal.FileNetCheckInRs);
 }
예제 #2
0
 public System.Threading.Tasks.Task <Integration.FileNetCheckIn.FileNetCheckInResponse> FileNetCheckInAsync(Integration.FileNetCheckIn.FileNetCheckInRq_Type FileNetCheckInRq)
 {
     Integration.FileNetCheckIn.FileNetCheckInRequest inValue = new Integration.FileNetCheckIn.FileNetCheckInRequest();
     inValue.FileNetCheckInRq = FileNetCheckInRq;
     return(((Integration.FileNetCheckIn.FileNetCheckIn)(this)).FileNetCheckInAsync(inValue));
 }
예제 #3
0
 public FileNetCheckInRequest(Integration.FileNetCheckIn.FileNetCheckInRq_Type FileNetCheckInRq)
 {
     this.FileNetCheckInRq = FileNetCheckInRq;
 }