View Source
Interface IUmbracoJsonTypeInfoResolver
Assembly: Umbraco.Cms.Api.Common.dll
Syntax
public interface IUmbracoJsonTypeInfoResolver : IJsonTypeInfoResolver
Methods
View Source
FindSubTypes(Type)
Declaration
IEnumerable<Type> FindSubTypes(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Type |
Description |
IEnumerable<Type> |
|
View Source
GetTypeDiscriminatorValue(Type)
Declaration
string GetTypeDiscriminatorValue(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Type |
Description |
System.String |
|