Class ExtensionPropertyApiDto
Inheritance
ExtensionPropertyApiDto
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
OnGet
Declaration
public ExtensionPropertyApiGetDto OnGet { get; set; }
Property Value
OnUpdate
Declaration
public ExtensionPropertyApiUpdateDto OnUpdate { get; set; }
Property Value
Extension Methods