Table of Contents

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

Func<object, bool>

Delete

public Func<Array, bool> Delete { get; set; }

Property Value

Func<Array, bool>

GetAll

public Func<Type, Predicate<object>, IEnumerable<object>> GetAll { get; set; }

Property Value

Func<Type, Predicate<object>, IEnumerable<object>>

Save

public Func<object, bool> Save { get; set; }

Property Value

Func<object, bool>