ScoredProperty constructor

init

Creates a new instance.

def __init__(self, name, parameter_ref):
    ...
ParameterTypeDescription
namestrA property name.
parameter_refParameterRefA ParameterRef instance.

init

Creates a new instance.

def __init__(self, name, value, items):
    ...
ParameterTypeDescription
namestrA property name.
valueValueA property value.
itemslistAn arbitrary array of IScoredPropertyItem instances.
Each one must be a ScoredProperty, a Property or a Value instance.

See Also