Class PortDefAttribute
Inheritance
PortDefAttribute
Syntax
public class PortDefAttribute : PortDefinitionAttribute
Constructors
PortDefAttribute(String, String, String, Boolean, Int32, Object, DefaultValueType, Boolean, Object, Object)
Declaration
public PortDefAttribute(string guid, string displayName = null, string description = null, bool isHidden = false, int portGroupIndex = -1, object defaultValue = null, DefaultValueType defaultValueType = null, bool isStatic = false, object minValueUI = null, object maxValueUI = null)
Parameters