ActionLibrary.ActionsExtentedOperations.ToNameRepresentation C# (CSharp) Méthode

ToNameRepresentation() public static méthode

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