C# 클래스 Rock.Constants.WarningMessage

파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
CannotBeBlank ( string itemFieldName ) : string

Returns a message in the format: "Value required for {0}."

DateRangeEndDateBeforeStartDate ( ) : string

Returns a message: "End Date cannot be earlier than Start Date"

DateTimeFormatInvalid ( string itemFieldName ) : string

Returns a message in the format: Invalid format for {0}."

NotAuthorizedToEdit ( string itemFieldName ) : string

Returns a message in the format: "You are not authorized to edit {0}."

메소드 상세

CannotBeBlank() 공개 정적인 메소드

Returns a message in the format: "Value required for {0}."
public static CannotBeBlank ( string itemFieldName ) : string
itemFieldName string Name of the item field.
리턴 string

DateRangeEndDateBeforeStartDate() 공개 정적인 메소드

Returns a message: "End Date cannot be earlier than Start Date"
public static DateRangeEndDateBeforeStartDate ( ) : string
리턴 string

DateTimeFormatInvalid() 공개 정적인 메소드

Returns a message in the format: Invalid format for {0}."
public static DateTimeFormatInvalid ( string itemFieldName ) : string
itemFieldName string Name of the item field.
리턴 string

NotAuthorizedToEdit() 공개 정적인 메소드

Returns a message in the format: "You are not authorized to edit {0}."
public static NotAuthorizedToEdit ( string itemFieldName ) : string
itemFieldName string Name of the item field.
리턴 string