Table of Contents

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

bool

Properties

IAuditRelationshipProperties Properties { get; }

Property Value

IAuditRelationshipProperties

SideAID

Guid SideAID { get; set; }

Property Value

Guid

SideAName

string SideAName { get; set; }

Property Value

string

SideAText

string SideAText { get; set; }

Property Value

string

SideBID

Guid SideBID { get; set; }

Property Value

Guid

SideBName

string SideBName { get; set; }

Property Value

string

SideBText

string SideBText { get; set; }

Property Value

string

TableName

string TableName { get; set; }

Property Value

string