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