C# Class Rock.Constants.ActionTitle

Show file Open project: NewSpring/Rock

Public Methods

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

Method Details

Add() public static method

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

Edit() public static method

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

View() public static method

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