Beispiel #1
0
 public AuditLogDetailRow(AuditLogRow row, AuditLogRow.AuditLogRowId id) : base(row.DataSchema)
 {
     AuditLogRow  = row;
     Id           = id;
     _detailIndex = id.Minor - 1;
 }
Beispiel #2
0
 public override ElementRef GetElementRef()
 {
     return(AuditLogEntryRef.PROTOTYPE.ChangeParent(AuditLogRow.GetElementRef()).ChangeName(Id.Minor.ToString(CultureInfo.InvariantCulture)));
 }