C# Class Rock.Constants.EditModeMessage

Mostra file Open project: NewSpring/Rock

Public Methods

Method Description
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."

Method Details

NotAuthorizedToEdit() public static method

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

NotAuthorizedToView() public static method

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

ReadOnlyEditActionNotAllowed() public static method

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

ReadOnlySystem() public static method

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.
return string

System() public static method

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.
return string