ScoredProperty.ScoredProperty

ScoredProperty(string, ParameterRef)

Creates a new instance.

public ScoredProperty(string name, ParameterRef parameterRef)
ParameterTypeDescription
nameStringA property name.
parameterRefParameterRefA ParameterRef instance.

See Also


ScoredProperty(string, Value, params IScoredPropertyItem[])

Creates a new instance.

public ScoredProperty(string name, Value value, params IScoredPropertyItem[] items)
ParameterTypeDescription
nameStringA property name.
valueValueA property value.
itemsIScoredPropertyItem[]An arbitrary array of IScoredPropertyItem instances. Each one must be a ScoredProperty, a Property or a Value instance.

See Also