JsonSchemaContractResolver.ResolveContract Method
Resolves the JsonContract for a given Type.
Namespace: TcHmiSrv.Core.Tools.DynamicSymbols
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public JsonContract ResolveContract(
Type type
)
Parameters
type |
Type: System.Type |
Return Value
Type: JsonContract
The JsonContract for type.
Implements
IContractResolver.ResolveContract(Type)