Class ExtensionPropertyApiConfiguration
Inheritance
object
ExtensionPropertyApiConfiguration
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.ObjectExtending.Modularity
Assembly: Volo.Abp.ObjectExtending.dll
Syntax
public class ExtensionPropertyApiConfiguration
Constructors
ExtensionPropertyApiConfiguration()
Declaration
public ExtensionPropertyApiConfiguration()
Properties
OnCreate
Declaration
public ExtensionPropertyApiCreateConfiguration OnCreate { get; }
Property Value
| Type | Description |
|---|---|
| ExtensionPropertyApiCreateConfiguration |
OnGet
Declaration
public ExtensionPropertyApiGetConfiguration OnGet { get; }
Property Value
| Type | Description |
|---|---|
| ExtensionPropertyApiGetConfiguration |
OnUpdate
Declaration
public ExtensionPropertyApiUpdateConfiguration OnUpdate { get; }
Property Value
| Type | Description |
|---|---|
| ExtensionPropertyApiUpdateConfiguration |