Interface ITriggeredRelationshipStateInformation
Assembly: Cireson.Core.Interfaces.dll
public interface ITriggeredRelationshipStateInformation
Properties
View Source
DataContext
Declaration
IDataContext DataContext { get; }
Property Value
View Source
Entry
Declaration
ObjectStateEntry Entry { get; }
Property Value
Type |
Description |
ObjectStateEntry |
|
View Source
Declaration
M2MRelationshipDefinition RelationshipDefinition { get; set; }
Property Value
View Source
Declaration
IPlatformEntity Source { get; }
Property Value
View Source
Declaration
PropertyInfo SourceProperty { get; }
Property Value
Type |
Description |
PropertyInfo |
|
View Source
Declaration
EntityState State { get; }
Property Value
Type |
Description |
EntityState |
|
View Source
Declaration
IPlatformEntity Target { get; set; }
Property Value
View Source
Declaration
PropertyInfo TargetProperty { get; set; }
Property Value
Type |
Description |
PropertyInfo |
|
Extension Methods