C# Class Hypermedia.Metadata.Runtime.RuntimeContract

Inheritance: IContract
Show file Open project: cosullivan/Hypermedia

Private Methods

Method Description
CreateRuntimeFields ( Type type ) : IReadOnlyList

Creates the runtime fields for a given type.

CreateRuntimeType ( Type type ) : IContract

Create a default runtime type from the given entity type.

CreateRuntimeType ( Type type, string name ) : IContract

Create a default runtime type from the given entity.

RuntimeContract ( ) : System

Constructor.

RuntimeContract ( string type, Type clrType, IReadOnlyList fields ) : System

Constructor.