RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

RazorInjectionAttribute Constructor

Initializes a new instance of the RazorInjectionAttribute class.

Namespace:  RingSoft.DataEntryControls.Engine.Annotations
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public RazorInjectionAttribute(
	string type,
	string fieldName
)
Public Sub New ( _
	type As String, _
	fieldName As String _
)
public:
RazorInjectionAttribute(
	String^ type, 
	String^ fieldName
)

Parameters

type
Type: String
The type.
fieldName
Type: String
Name of the field.