Habanero.Faces.Base.RelationshipComboBoxMapper.SetPropertyAttributes C# (CSharp) Method

SetPropertyAttributes() public method

A form field can have attributes defined in the class definition. These attributes are passed to the control mapper via a hashtable so that the control mapper can adjust its behaviour accordingly.
public SetPropertyAttributes ( Hashtable attributes ) : void
attributes System.Collections.Hashtable A hashtable of attributes, which consists /// of name-value pairs, where name is the attribute name. This is usually /// set in the XML definitions for the class's user interface.
return void
        public void SetPropertyAttributes(Hashtable attributes)
        {
        }