コード例 #1
0
 public static RelatedListAPIHandler GetInstance(ZCRMRecord parentRecord, ZCRMJunctionRecord junctionRecord)
 {
     return(new RelatedListAPIHandler(parentRecord, junctionRecord));
 }
コード例 #2
0
 private RelatedListAPIHandler(ZCRMRecord parentRecord, ZCRMJunctionRecord junctionRecord)
 {
     this.parentRecord   = parentRecord;
     this.junctionRecord = junctionRecord;
 }