C# 클래스 Rock.Constants.ActionTitle

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

공개 메소드들

메소드 설명
Add ( string itemFriendlyName ) : string

Returns a message in the format: "Add {0}"

Edit ( string itemFriendlyName ) : string

Returns a message in the format: "Edit {0}"

View ( string itemFriendlyName ) : string

Returns a message in the format: "View {0}"

메소드 상세

Add() 공개 정적인 메소드

Returns a message in the format: "Add {0}"
public static Add ( string itemFriendlyName ) : string
itemFriendlyName string Name of the item field.
리턴 string

Edit() 공개 정적인 메소드

Returns a message in the format: "Edit {0}"
public static Edit ( string itemFriendlyName ) : string
itemFriendlyName string Name of the item field.
리턴 string

View() 공개 정적인 메소드

Returns a message in the format: "View {0}"
public static View ( string itemFriendlyName ) : string
itemFriendlyName string Name of the item field.
리턴 string