Ext.Net.DirectEventTriplet.DirectEventTriplet C# (CSharp) Method

DirectEventTriplet() private method

private DirectEventTriplet ( string name, ComponentDirectEvent directEvent, ConfigOptionAttribute attribute, PropertyInfo propertyInfo ) : System
name string
directEvent ComponentDirectEvent
attribute ConfigOptionAttribute
propertyInfo System.Reflection.PropertyInfo
return System
        public DirectEventTriplet(string name, ComponentDirectEvent directEvent, ConfigOptionAttribute attribute, PropertyInfo propertyInfo)
        {
            this.name = name;
            this.directEvent = directEvent;
            this.attribute = attribute;
            this.propertyInfo = propertyInfo;
        }
DirectEventTriplet