Table of Contents

Class TypeAliasProvider

Namespace
Dynamicweb.Extensibility
Assembly
Dynamicweb.Core.dll
public abstract class TypeAliasProvider
Inheritance
TypeAliasProvider
Derived
Inherited Members

Constructors

TypeAliasProvider(Type)

protected TypeAliasProvider(Type baseType)

Parameters

baseType Type

Properties

BaseType

public Type BaseType { get; }

Property Value

Type

Methods

GetAlias(Type)

public virtual string GetAlias(Type type)

Parameters

type Type

Returns

string
To top