Class ControlInfo
  
  
  
  
  
  Assembly: DotNetNuke.dll
  Syntax
  
    public abstract class ControlInfo : BaseEntityInfo
   
  Constructors
  
  ControlInfo()
  
  
  Declaration
  
  Properties
  
  ControlKey
  
  
  Declaration
  
    public string ControlKey { get; set; }
   
  Property Value
  
  
  ControlSrc
  
  
  Declaration
  
    public string ControlSrc { get; set; }
   
  Property Value
  
  
  SupportsPartialRendering
  
  
  Declaration
  
    public bool SupportsPartialRendering { get; set; }
   
  Property Value
  
  Methods
  
  FillInternal(IDataReader)
  
  
  Declaration
  
    protected override void FillInternal(IDataReader dr)
   
  Parameters
  
  Overrides
  
  
  ReadXmlInternal(XmlReader)
  
  
  Declaration
  
    protected void ReadXmlInternal(XmlReader reader)
   
  Parameters
  
  
  WriteXmlInternal(XmlWriter)
  
  
  Declaration
  
    protected void WriteXmlInternal(XmlWriter writer)
   
  Parameters
  
  Extension Methods