Dashing.Configuration.DefaultConvention.PrimaryKeyCandidate.PrimaryKeyCandidate C# (CSharp) Метод

PrimaryKeyCandidate() публичный Метод

public PrimaryKeyCandidate ( string propertyName, int score ) : System
propertyName string
score int
Результат System
            public PrimaryKeyCandidate(string propertyName, int score)
                : this() {
                this.PropertyName = propertyName;
                this.Score = score;
            }
        }
DefaultConvention.PrimaryKeyCandidate