C# Class Dashing.Configuration.Map

Inheritance: IMap
Afficher le fichier Open project: Polylytics/dashing Class Usage Examples

Méthodes publiques

Méthode Description
AddIndex ( Index index ) : void
GetPrimaryKeyValue ( object entity ) : object
Map ( Type type ) : System

Method Details

AddIndex() public méthode

public AddIndex ( Index index ) : void
index Index
Résultat void

GetPrimaryKeyValue() public méthode

public GetPrimaryKeyValue ( object entity ) : object
entity object
Résultat object

Map() public méthode

public Map ( Type type ) : System
type System.Type
Résultat System