| 名前 | 解説 | |
|---|---|---|
![]() | ScriptStringValue コンストラクタ |
ScriptStringValueデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | Expression | Gets or sets an expression used to calculate value of this ScriptValue<T>. Setting this value forces ScriptValue<T>.IsExpression to true. C1.Report.ScriptValue<string>から継承されます。 |
![]() | IsExpression | Gets or sets a value indicating whether the current ScriptValue<T> is specified as an expression. C1.Report.ScriptValue<string>から継承されます。 |
![]() | Owner | C1.Report.ScriptValue<string>から継承されます。 |
![]() | Value | Gets or sets a value of this ScriptValue<T>. Settings this value forces ScriptValue<T>.IsExpression to false. C1.Report.ScriptValue<string>から継承されます。 |
![]() | ValueAsString | Gets a string representing the value of this ScriptValue<T> object. C1.Report.ScriptValue<string>から継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | AssignFrom | Assigns (copies) properties from another ScriptValue<T> to the current object. C1.Report.ScriptValue<string>から継承されます。 |
![]() | Clear | C1.Report.ScriptValue<string>から継承されます。 |
![]() | Deinit | Finalizes object, should be called when no more calculations expected, for example when report rendering finished. C1.Report.ScriptValue<string>から継承されます。 |
![]() | ResetValue | C1.Report.ScriptValue<string>から継承されます。 |
![]() | SetProp | Helper method which can be used in setter of property with type ScriptValue. Assigns properties of value to the current object resets this object if value is null. Returns true if this object was actually changed. C1.Report.ScriptValue<string>から継承されます。 |
![]() | ShouldSerialize | C1.Report.ScriptValue<string>から継承されます。 |
![]() | ToString | C1.Report.ScriptValue<string>から継承されます。 |
暗黙的 キャスト 演算子 | Converts a string to a ScriptStringValue. |