[This is preliminary documentation and is subject to change.]
The RecordModelGenerator type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | RecordModelGenerator | Initializes a new instance of the RecordModelGenerator class |
![]() | RecordModelGenerator(IConfigSectionNode) | Initializes a new instance of the RecordModelGenerator class |
Methods
Name | Description | |
---|---|---|
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | FieldDefToJSON | |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | MapCLRCharCaseToJS | |
![]() | MapCLRKindToJS | |
![]() | MapCLRTypeToJS | |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | OnLocalizeString | |
![]() | RowToRecordInitJSON |
Generates JSON object suitable for passing into WV.RecordModel.Record(...) constructor on the client.
Pass target to select attributes targeted to ANY target or to the specified one, for example
may get attributes for client data entry screen that sees field metadata differently, in which case target will reflect the name
of the screen
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
Fields
Name | Description | |
---|---|---|
![]() ![]() | METADATA_CONFIG_FIELD | |
![]() ![]() | METADATA_FIELDS |
Properties
Name | Description | |
---|---|---|
![]() ![]() | DefaultInstance |
Returns Default instance for simple use-cases
|
Events
Name | Description | |
---|---|---|
![]() | ModelLocalization |
Allows localization framework to install hook so that values can get translated per user-selected culture.
The hook functor has the following signature: (string propertyName, string propValue): string.
Returns translated propValue.
|
See Also