C# Class Dashing.Configuration.Map

Inheritance: IMap
Show file Open project: Polylytics/dashing Class Usage Examples

Public Methods

Method Description
AddIndex ( Index index ) : void
GetPrimaryKeyValue ( object entity ) : object
Map ( Type type ) : System

Method Details

AddIndex() public method

public AddIndex ( Index index ) : void
index Index
return void

GetPrimaryKeyValue() public method

public GetPrimaryKeyValue ( object entity ) : object
entity object
return object

Map() public method

public Map ( Type type ) : System
type System.Type
return System