Class SchemaIdSelector
Inheritance
System.Object
Namespace: Umbraco.Cms.Api.Common.OpenApi
Assembly: Umbraco.Cms.Api.Common.dll
Syntax
public class SchemaIdSelector : ISchemaIdSelector
Constructors
View SourceSchemaIdSelector(IEnumerable<ISchemaIdHandler>)
Declaration
public SchemaIdSelector(IEnumerable<ISchemaIdHandler> schemaIdHandlers)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<ISchema |
schemaIdHandlers |
Methods
View SourceSchemaId(Type)
Declaration
public virtual string SchemaId(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type |
Returns
Type | Description |
---|---|
System. |