ScoredProperty.ScoredProperty

ScoredProperty(string, ParameterRef)

新しいインスタンスを作成します。

public ScoredProperty(string name, ParameterRef parameterRef)
パラメータタイプ説明
nameStringプロパティ名。
parameterRefParameterRefParameterRef実例。

関連項目


ScoredProperty(string, Value, params IScoredPropertyItem[])

新しいインスタンスを作成します。

public ScoredProperty(string name, Value value, params IScoredPropertyItem[] items)
パラメータタイプ説明
nameStringプロパティ名。
valueValueプロパティ値。
itemsIScoredPropertyItem[]の任意の配列IScoredPropertyIteminstances. それぞれがScoredPropertyPropertyまたはValue実例。

関連項目