ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / MappingInfo Class / MappingInfo Constructor
Name of the prop.
if set to true [required].
The default value.
The state bag.

In This Topic
    MappingInfo Constructor
    In This Topic
    Initializes a new instance of the MappingInfo class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal propName As System.String, _
       ByVal required As System.Boolean, _
       ByVal defaultValue As System.String, _
       ByVal stateBag As System.Web.UI.StateBag _
    )
    public MappingInfo( 
       System.string propName,
       System.bool required,
       System.string defaultValue,
       System.Web.UI.StateBag stateBag
    )

    Parameters

    propName
    Name of the prop.
    required
    if set to true [required].
    defaultValue
    The default value.
    stateBag
    The state bag.
    See Also