Catel.ReSharper.CatelProperties.Workflows.GeneratePropertyDataWorkflow.GeneratePropertyDataWorkflow.GeneratePropertyDataWorkflow C# (CSharp) Method

GeneratePropertyDataWorkflow() public method

public GeneratePropertyDataWorkflow ( IconId icon ) : Catel.ReSharper.CatelProperties.Actions
icon IconId
return Catel.ReSharper.CatelProperties.Actions
        public GeneratePropertyDataWorkflow(IconId icon)
            : base(WellKnownGenerationActionKinds.GenerateCatelDataProperties, icon, MenuText, GenerateActionGroup.CLR_LANGUAGE, WindowTitle, Description, GeneratePropertyDataAction.Id)
        {
        }
GeneratePropertyDataWorkflow.GeneratePropertyDataWorkflow