ActionLibrary.ActionsExtentedOperations.ToNameRepresentation C# (CSharp) Method

ToNameRepresentation() public static method

public static ToNameRepresentation ( this action ) : Name
action this
return Name
        public static Name ToNameRepresentation(this IAction action)
        {
            return Name.BuildName(action.Parameters.Prepend(action.ActionName));
        }