Serenity.EditorTypeAttributeBase.EditorTypeAttributeBase C# (CSharp) Method

EditorTypeAttributeBase() protected method

protected EditorTypeAttributeBase ( string type ) : System
type string
return System
        protected EditorTypeAttributeBase(string type)
        {
            EditorType = type;
        }