C# Class Dashing.Configuration.DefaultConvention.PrimaryKeyCandidate

Afficher le fichier Open project: Polylytics/dashing

Méthodes publiques

Свойство Type Description
PropertyName string
Score int

Méthodes publiques

Méthode Description
PrimaryKeyCandidate ( string propertyName, int score ) : System

Method Details

PrimaryKeyCandidate() public méthode

public PrimaryKeyCandidate ( string propertyName, int score ) : System
propertyName string
score int
Résultat System

Property Details

PropertyName public_oe property

public string PropertyName
Résultat string

Score public_oe property

public int Score
Résultat int