Class ModuleControlInfo
  
  
  
    Inheritance
    
    
    
    ModuleControlInfo
   
  
  
  
  Assembly: DotNetNuke.dll
  Syntax
  
    public class ModuleControlInfo : ControlInfo, IXmlSerializable, IHydratable
   
  Constructors
  
  ModuleControlInfo()
  
  
  Declaration
  
    public ModuleControlInfo()
   
  Properties
  
  ControlTitle
  
  
  Declaration
  
    public string ControlTitle { get; set; }
   
  Property Value
  
  
  ControlType
  
  
  Declaration
  
    public SecurityAccessLevel ControlType { get; set; }
   
  Property Value
  
  
  HelpURL
  
  
  Declaration
  
    public string HelpURL { get; set; }
   
  Property Value
  
  
  IconFile
  
  
  Declaration
  
    public string IconFile { get; set; }
   
  Property Value
  
  
  KeyID
  
  
  Declaration
  
    public int KeyID { get; set; }
   
  Property Value
  
  
  ModuleControlID
  
  
  Declaration
  
    public int ModuleControlID { get; set; }
   
  Property Value
  
  
  ModuleDefID
  
  
  Declaration
  
    public int ModuleDefID { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public bool SupportsPopUps { get; set; }
   
  Property Value
  
  
  ViewOrder
  
  
  Declaration
  
    public int ViewOrder { get; set; }
   
  Property Value
  
  Methods
  
  Fill(IDataReader)
  
  
  Declaration
  
    public void Fill(IDataReader dr)
   
  Parameters
  
  
  GetSchema()
  
  
  Declaration
  
    public XmlSchema GetSchema()
   
  Returns
  
  
  ReadXml(XmlReader)
  
  
  Declaration
  
    public void ReadXml(XmlReader reader)
   
  Parameters
  
  
  WriteXml(XmlWriter)
  
  
  Declaration
  
    public void WriteXml(XmlWriter writer)
   
  Parameters
  
  Implements
  
  
  Extension Methods