ScoredProperty.ScoredProperty

ScoredProperty(string, ParameterRef)

Erstellt eine neue Instanz.

public ScoredProperty(string name, ParameterRef parameterRef)
ParameterTypBeschreibung
nameStringEin Eigenschaftsname.
parameterRefParameterRefAParameterRef Beispiel.

Siehe auch


ScoredProperty(string, Value, params IScoredPropertyItem[])

Erstellt eine neue Instanz.

public ScoredProperty(string name, Value value, params IScoredPropertyItem[] items)
ParameterTypBeschreibung
nameStringEin Eigenschaftsname.
valueValueEin Eigenschaftswert.
itemsIScoredPropertyItem[]Ein beliebiges Array vonIScoredPropertyItemInstanzen. Jeder muss a seinScoredProperty , AProperty oder einValue Beispiel.

Siehe auch