wv-field-autonumber
Purpose
<wv-field-autonumber/>
. Provides the ability to render the autonumber field type of an Erp Entity. Can be used to render other template based text too.
Properties
Important: All <wv-field-*>
helpers inherit a "base tag helper" properties. In the following list are presented only the properties that this tag helper adds or alters. Not all base tag helper properties can be implemented by this tag helper too.
name | description |
---|---|
template |
object type: default value: is required: This template will be used in a string format operation, which will replace any |
Example
@{
var template = "Order-{0}"
}
<wv-field-autonumber value="123" template="@template"></wv-field-autonumber>