Method | Description | |
---|---|---|
GetInstances ( ModelInstance instance ) : IEnumerable |
Enumerates over the set of instances represented by the current step.
|
Method | Description | |
---|---|---|
GetFormattedValue ( ModelInstance instance, string format ) : string |
Gets the formatted value of the property for the specified instance.
|
|
GetFormattedValue ( ModelInstance instance, string format, IFormatProvider provider ) : string |
Gets the formatted value of the property for the specified instance.
|
|
ModelReferenceProperty ( ModelType declaringType, string name, string label, string helptext, string format, bool isStatic, ModelType propertyType, bool isList, bool isReadOnly, bool isPersisted, |
protected GetFormattedValue ( ModelInstance instance, string format ) : string | ||
instance | ModelInstance | |
format | string | |
return | string |
protected GetFormattedValue ( ModelInstance instance, string format, IFormatProvider provider ) : string | ||
instance | ModelInstance | |
format | string | |
provider | IFormatProvider | |
return | string |
public GetInstances ( ModelInstance instance ) : IEnumerable |
||
instance | ModelInstance | |
return | IEnumerable |
protected ModelReferenceProperty ( ModelType declaringType, string name, string label, string helptext, string format, bool isStatic, ModelType propertyType, bool isList, bool isReadOnly, bool isPersisted, |
||
declaringType | ModelType | |
name | string | |
label | string | |
helptext | string | |
format | string | |
isStatic | bool | |
propertyType | ModelType | |
isList | bool | |
isReadOnly | bool | |
isPersisted | bool | |
attributes | ||
return | System |