Class ExtensionPropertyApiDto
Inheritance
object
ExtensionPropertyApiDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class ExtensionPropertyApiDto
Constructors
ExtensionPropertyApiDto()
Declaration
public ExtensionPropertyApiDto()
Properties
OnCreate
Declaration
public ExtensionPropertyApiCreateDto OnCreate { get; set; }
Property Value
| Type | Description |
|---|---|
| ExtensionPropertyApiCreateDto |
OnGet
Declaration
public ExtensionPropertyApiGetDto OnGet { get; set; }
Property Value
| Type | Description |
|---|---|
| ExtensionPropertyApiGetDto |
OnUpdate
Declaration
public ExtensionPropertyApiUpdateDto OnUpdate { get; set; }
Property Value
| Type | Description |
|---|---|
| ExtensionPropertyApiUpdateDto |