Nevron .NET Vision
Nevron.Dom Namespace / NAttributeStateChangeOperation Class / Execute Method
reference to the history service


In This Topic
    Execute Method (NAttributeStateChangeOperation)
    In This Topic
    Overriden to swap the state of the attrubute and the internally stored attrubute state
    Syntax
    'Declaration
     
    
    Public Overrides Sub Execute( _
       ByVal service As NElementHistoryService _
    ) 
    'Usage
     
    
    Dim instance As NAttributeStateChangeOperation
    Dim service As NElementHistoryService
     
    instance.Execute(service)
    public override void Execute( 
       NElementHistoryService service
    )

    Parameters

    service
    reference to the history service
    Remarks
    If the attribute implements the INHistoricalAttribute intreface, this method will call the OnStateChangingFromHistory and OnElementStateChangedFromHistory properties with the hint specified in the constructor
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also