C# Class Dashing.Configuration.DefaultConvention.PrimaryKeyCandidate

Mostra 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_oe property

public string PropertyName
return string

Score public_oe property

public int Score
return int