The FunctionBasedNewInstanceDefaultFieldValueAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FunctionBasedNewInstanceDefaultFieldValueAttribute |
Specify a C1 Function call that will provide a default value for this field. The function call is expressed as XML.
Example: <f:function name='Composite.Utils.Date.Now' xmlns:f='http://www.composite.net/ns/function/1.0' />
|
Methods
Name | Description | |
---|---|---|
![]() | GetValue |
Execute the C1 Function defined for this attribute and return the result.
(Overrides NewInstanceDefaultFieldValueAttributeGetValue()()()().) |