Class RazorTemplateRendererProvider_Tests.ShowDecimalNumberModel
Inheritance
RazorTemplateRendererProvider_Tests.ShowDecimalNumberModel
Assembly: Volo.Abp.TextTemplating.Razor.Tests.dll
Syntax
public class RazorTemplateRendererProvider_Tests.ShowDecimalNumberModel
Constructors
ShowDecimalNumberModel()
Declaration
public ShowDecimalNumberModel()
ShowDecimalNumberModel(decimal)
Declaration
public ShowDecimalNumberModel(decimal amount)
Parameters
Type |
Name |
Description |
decimal |
amount |
|
Properties
Amount
Declaration
public decimal Amount { get; set; }
Property Value
Extension Methods