C# Class Audit.Views.ViewMapInfo

Afficher le fichier Open project: gnschenker/RecipesWithCqrsAndEs

Méthodes publiques

Свойство Type Description
Events System.Type[]
KeyType System.Type
Projection System.Type
ViewType System.Type

Méthodes publiques

Méthode Description
ViewMapInfo ( Type viewType, Type keyType, Type projection, Type events ) : System

Method Details

ViewMapInfo() public méthode

public ViewMapInfo ( Type viewType, Type keyType, Type projection, Type events ) : System
viewType System.Type
keyType System.Type
projection System.Type
events System.Type
Résultat System

Property Details

Events public_oe property

public Type[],System Events
Résultat System.Type[]

KeyType public_oe property

public Type,System KeyType
Résultat System.Type

Projection public_oe property

public Type,System Projection
Résultat System.Type

ViewType public_oe property

public Type,System ViewType
Résultat System.Type