Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NControlStateSettings Class
Fields Properties Methods


In This Topic
    NControlStateSettings Class Members
    In This Topic

    The following tables list the members exposed by NControlStateSettings.

    Public Constructors
     NameDescription
    Public ConstructorInitializer constructor.  
    Top
    Public Properties
     NameDescription
    Public PropertyWhether or not the control should persist its state across roundtrips.  
    Public PropertyGets / sets the persistency format for the control state (XML, Binary, CustomXML, CustomBinary).  
    Public PropertyGets sets the repository holding the control state  
    Public PropertyGets/sets the serialization filter controlling what parts of the state should be serialzed.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an exact replica of this node (Inherited from Nevron.UI.WebForm.Controls.NConfigurationNode)
    Public MethodOverridden.   
    Public MethodReturns true if the object has created a temporary file on the server.  
    Public MethodLoads the control state from the repository if PersistControlState is set to true.  
    Public Method (Inherited from Nevron.UI.WebForm.Controls.NConfigurationNode)
    Public MethodSaves the control state in the repository if PersistControlState is set to true.  
    Public MethodOverridden.   
    Top
    See Also