C# 클래스 Rock.Constants.EditModeMessage

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

공개 메소드들

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

Nots the authorized to edit.

NotAuthorizedToView ( string itemFriendlyName ) : string

Nots the authorized to view.

ReadOnlyEditActionNotAllowed ( string itemFriendlyName ) : string

Returns a message in the format: ""

ReadOnlySystem ( string itemFriendlyName ) : string

Returns a message in the format: "

Note

Because this {0} is used by Rock, editing is not enabled."

System ( string itemFriendlyName ) : string

Returns a message in the format: "

Note

Because this {0} is used by Rock, editing is restricted."

메소드 상세

NotAuthorizedToEdit() 공개 정적인 메소드

Nots the authorized to edit.
public static NotAuthorizedToEdit ( string itemFriendlyName ) : string
itemFriendlyName string Name of the item friendly.
리턴 string

NotAuthorizedToView() 공개 정적인 메소드

Nots the authorized to view.
public static NotAuthorizedToView ( string itemFriendlyName ) : string
itemFriendlyName string Name of the item friendly.
리턴 string

ReadOnlyEditActionNotAllowed() 공개 정적인 메소드

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

ReadOnlySystem() 공개 정적인 메소드

Returns a message in the format: "

Note

Because this {0} is used by Rock, editing is not enabled."
public static ReadOnlySystem ( string itemFriendlyName ) : string
itemFriendlyName string Name of the item friendly.
리턴 string

System() 공개 정적인 메소드

Returns a message in the format: "

Note

Because this {0} is used by Rock, editing is restricted."
public static System ( string itemFriendlyName ) : string
itemFriendlyName string Name of the item friendly.
리턴 string