コード例 #1
0
ファイル: Reference.cs プロジェクト: seenuchennai/BioMatcher
 public bool Insert(BioMatcher.ServiceAdapter.FingerPrintServiceReference.MemberFingerPrint memberFingerPrint, out long memberFingerPrintID)
 {
     BioMatcher.ServiceAdapter.FingerPrintServiceReference.InsertRequest inValue = new BioMatcher.ServiceAdapter.FingerPrintServiceReference.InsertRequest();
     inValue.memberFingerPrint = memberFingerPrint;
     BioMatcher.ServiceAdapter.FingerPrintServiceReference.InsertResponse retVal = ((BioMatcher.ServiceAdapter.FingerPrintServiceReference.FingerPrintSoap)(this)).Insert(inValue);
     memberFingerPrintID = retVal.memberFingerPrintID;
     return(retVal.InsertResult);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: seenuchennai/BioMatcher
 public System.Threading.Tasks.Task <bool> UpdateAsync(BioMatcher.ServiceAdapter.FingerPrintServiceReference.MemberFingerPrint memberFingerPrint)
 {
     return(base.Channel.UpdateAsync(memberFingerPrint));
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: seenuchennai/BioMatcher
 public bool Update(BioMatcher.ServiceAdapter.FingerPrintServiceReference.MemberFingerPrint memberFingerPrint)
 {
     return(base.Channel.Update(memberFingerPrint));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: seenuchennai/BioMatcher
 public InsertRequest(BioMatcher.ServiceAdapter.FingerPrintServiceReference.MemberFingerPrint memberFingerPrint)
 {
     this.memberFingerPrint = memberFingerPrint;
 }