Interface IAuditRelationshipProperties
- Namespace
- The.Components
- Assembly
- Instagile.dll
public interface IAuditRelationshipProperties : IEntityProperties
- Inherited Members
-
Properties
IsDelete
PrimitiveAttribute<bool> IsDelete { get; }
Property Value
- PrimitiveAttribute<bool>
SideAID
PrimitiveAttribute<Guid> SideAID { get; }
Property Value
- PrimitiveAttribute<Guid>
SideAName
PrimitiveAttribute<string> SideAName { get; }
Property Value
- PrimitiveAttribute<string>
SideAText
PrimitiveAttribute<string> SideAText { get; }
Property Value
- PrimitiveAttribute<string>
SideBID
PrimitiveAttribute<Guid> SideBID { get; }
Property Value
- PrimitiveAttribute<Guid>
SideBName
PrimitiveAttribute<string> SideBName { get; }
Property Value
- PrimitiveAttribute<string>
SideBText
PrimitiveAttribute<string> SideBText { get; }
Property Value
- PrimitiveAttribute<string>
TableName
PrimitiveAttribute<string> TableName { get; }
Property Value
- PrimitiveAttribute<string>