C# Class Rock.Constants.EditModeMessage

Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode 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 méthode

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

NotAuthorizedToView() public static méthode

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

ReadOnlyEditActionNotAllowed() public static méthode

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

ReadOnlySystem() public static méthode

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.
Résultat string

System() public static méthode

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.
Résultat string