ICodeTypeService Interface

Service for getting the types of a project.

Namespace:  Microsoft.AspNet.Scaffolding
Assembly:  Microsoft.AspNet.Scaffolding.12.0 (in Microsoft.AspNet.Scaffolding.12.0.dll)

public interface ICodeTypeService

The ICodeTypeService type exposes the following members.

  NameDescription
Public methodGetAllCodeTypesGets all visible types from a project.
Public methodGetCodeTypeRetrieves the type in the given project matching the specified fullName.
Top
Show: