C# Class Dashing.Configuration.DefaultConvention.PrimaryKeyCandidate

Show file Open project: Polylytics/dashing

Public Properties

Property Type Description
PropertyName string
Score int

Public Methods

Method Description
PrimaryKeyCandidate ( string propertyName, int score ) : System

Method Details

PrimaryKeyCandidate() public method

public PrimaryKeyCandidate ( string propertyName, int score ) : System
propertyName string
score int
return System

Property Details

PropertyName public property

public string PropertyName
return string

Score public property

public int Score
return int