public static MvcHtmlString GetLink(this HtmlHelper helper, GivenType type) { return helper.ActionLink (type.FriendlyName, "GoalModel"); }
public void SetType(GivenType givenType) { TypeIdentifier = givenType.Identifier; }