Interface ITriggerTypeProvider
Provider interface for getting trigger types.
Namespace: Cireson.Core.Interfaces.DataAccess
Assembly: Cireson.Core.Interfaces.dll
Syntax
public interface ITriggerTypeProvider
Remarks
Admin, 8/24/2017.
Methods
View SourceGetRelationshipTriggerTypes(Type, EntityState, String)
Gets all Relationship triggers for the specific Type and State.
Declaration
IList<Type> GetRelationshipTriggerTypes(Type type, EntityState eventType, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Type | type | . |
EntityState | eventType | . |
System.String | propertyName |
Returns
Type | Description |
---|---|
IList<Type> | The trigger types. |
GetTriggerTypes(Type, EntityState)
Gets all triggers for the specific Type and State.
Declaration
IList<Type> GetTriggerTypes(Type type, EntityState eventType)
Parameters
Type | Name | Description |
---|---|---|
Type | type | . |
EntityState | eventType | . |
Returns
Type | Description |
---|---|
IList<Type> | The trigger types. |