Show / Hide Table of Contents

Class ExtensionPropertyApiDto

Inheritance
System.Object
ExtensionPropertyApiDto
Namespace: Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class ExtensionPropertyApiDto : object

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

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft