Class ActionConfig
- Namespace
- System
- Assembly
- HeBianGu.Systems.Repository.dll
public class ActionConfig
- Inheritance
-
ActionConfig
- Inherited Members
- Extension Methods
Properties
Add
public Func<object, bool> Add { get; set; }
Property Value
Delete
public Func<Array, bool> Delete { get; set; }
Property Value
GetAll
public Func<Type, Predicate<object>, IEnumerable<object>> GetAll { get; set; }
Property Value
Save
public Func<object, bool> Save { get; set; }