C# Class Abp.Web.Mvc.Localized.LocalizedStringLength

Inheritance: System.ComponentModel.DataAnnotations.StringLengthAttribute
Show file Open project: carldai0106/ABP

Public Methods

Method Description
FormatErrorMessage ( string name ) : string
LocalizedStringLength ( int maximumLength ) : System

Method Details

FormatErrorMessage() public method

public FormatErrorMessage ( string name ) : string
name string
return string

LocalizedStringLength() public method

public LocalizedStringLength ( int maximumLength ) : System
maximumLength int
return System