コード例 #1
0
 public SuperLogEntry(VMDIR_SUPERLOG_ENTRY_LDAPOPERATION entry)
 {
     _entry = entry;
 }
コード例 #2
0
 public SuperLogSearchEntry(VMDIR_SUPERLOG_ENTRY_LDAPOPERATION entry) : base(entry)
 {
     _searchInfo = entry.opInfo.searchInfo;
 }