Interface IAuditRelationship
- Namespace
- The.Components
- Assembly
- Instagile.dll
Represents an applications-specific relationship audit log.
public interface IAuditRelationship : IEntity, IHasChanges
- Inherited Members
- Extension Methods
Properties
IsDelete
bool IsDelete { get; set; }
Property Value
Properties
IAuditRelationshipProperties Properties { get; }
Property Value
SideAID
Guid SideAID { get; set; }
Property Value
SideAName
string SideAName { get; set; }
Property Value
SideAText
string SideAText { get; set; }
Property Value
SideBID
Guid SideBID { get; set; }
Property Value
SideBName
string SideBName { get; set; }
Property Value
SideBText
string SideBText { get; set; }
Property Value
TableName
string TableName { get; set; }