コード例 #1
0
        private KMEvaluationRequest getKMEvaluationRequest(string scopingEntityId, string businessId, string version)
        {
            KMEvaluationRequest kmEvaluationRequest = new KMEvaluationRequest();

            kmEvaluationRequest.kmId = getKMEntityIdentifier(scopingEntityId, businessId, version);
            return(kmEvaluationRequest);
        }
コード例 #2
0
 private KMEvaluationRequest getKMEvaluationRequest(string scopingEntityId, string businessId, string version)
 {
     KMEvaluationRequest kmEvaluationRequest = new KMEvaluationRequest();
     kmEvaluationRequest.kmId = getKMEntityIdentifier(scopingEntityId, businessId, version);
     return kmEvaluationRequest;
 }