Class ExtensionPropertyApiDto
Inheritance
System.Object
ExtensionPropertyApiDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |