C# Class Rhino.Security.Mgmt.Infrastructure.Mvc.ValidationHelpers.PropertyError

Exibir arquivo Open project: nexida/Rhino-Security-Administration

Public Methods

Method Description
BuildMessage ( ) : string
PropertyError ( ) : System.Collections.Generic
this ( int index ) : PropertyError
this ( string property ) : PropertyError

Method Details

BuildMessage() public method

public BuildMessage ( ) : string
return string

PropertyError() public method

public PropertyError ( ) : System.Collections.Generic
return System.Collections.Generic

this() public method

public this ( int index ) : PropertyError
index int
return PropertyError

this() public method

public this ( string property ) : PropertyError
property string
return PropertyError