Class AuthenticatedSimpleStateCheckerSerializerContributor
Inheritance
AuthenticatedSimpleStateCheckerSerializerContributor
Assembly: Volo.Abp.Authorization.dll
Syntax
public class AuthenticatedSimpleStateCheckerSerializerContributor : ISimpleStateCheckerSerializerContributor, ISingletonDependency
Constructors
AuthenticatedSimpleStateCheckerSerializerContributor()
Declaration
public AuthenticatedSimpleStateCheckerSerializerContributor()
Fields
CheckerShortName
Declaration
public const string CheckerShortName = "A"
Field Value
Methods
Deserialize<TState>(JsonObject, TState)
Declaration
public ISimpleStateChecker<TState>? Deserialize<TState>(JsonObject jsonObject, TState state) where TState : IHasSimpleStateCheckers<TState>
Parameters
Type |
Name |
Description |
JsonObject |
jsonObject |
|
TState |
state |
|
Returns
Type Parameters
SerializeToJson<TState>(ISimpleStateChecker<TState>)
Declaration
public string? SerializeToJson<TState>(ISimpleStateChecker<TState> checker) where TState : IHasSimpleStateCheckers<TState>
Parameters
Returns
Type Parameters
Implements
Extension Methods