FlexibleString

Class in Arbor / Inherits from: object
Implements interfaces: IFlexibleField, IValueGetter<string>

Description

Class to handle a flexible string type reference method there is more than one.

Remarks

When FlexibleType.Constant, you can display multiple fields of editor fields by attaching theConstantMultilineAttributeattribute.

Constructors

Description
FlexibleString FlexibleString default constructor

Properties

Property Name Description
parameter It return a Paramter. It is null if Type is other than Parameter.
type It returns a type
value It returns a value

Methods

Method Name Description
GetValueObject Return the value as object.

Operators

Operator Name Description
FlexibleString Cast string to FlexibleString.
string Cast FlexibleString to string.