C# Class Audit.Views.ViewMapInfo

Show file Open project: gnschenker/RecipesWithCqrsAndEs

Public Properties

Property Type Description
Events System.Type[]
KeyType System.Type
Projection System.Type
ViewType System.Type

Public Methods

Method Description
ViewMapInfo ( Type viewType, Type keyType, Type projection, Type events ) : System

Method Details

ViewMapInfo() public method

public ViewMapInfo ( Type viewType, Type keyType, Type projection, Type events ) : System
viewType System.Type
keyType System.Type
projection System.Type
events System.Type
return System

Property Details

Events public property

public Type[],System Events
return System.Type[]

KeyType public property

public Type,System KeyType
return System.Type

Projection public property

public Type,System Projection
return System.Type

ViewType public property

public Type,System ViewType
return System.Type