NevronOpenVision
Nevron.Nov.Dom Namespace / NElement Class


NElement Class Methods

For a list of all members of this type, see NElement members.

Public Methods
 NameDescription
Public MethodAssigns the next document Id to this element. Use this method to generate an element Id, before it is registered in the specified document. Throws an expection if the element is already added to a document or the provided document is null. When an element Id is assigned to an element, it is a resposibility of the caller to ensure that the element is added to the elements subtree of the document for which the id was assigned.  
Public MethodOverridden. Clears the expression (if any) and the local value of the specified property and returns true on success.  
Public MethodOverloaded. Gets the expression for the self property with the specified name  
Public MethodOverloaded. Overridden. Gets the current computed value of the specified property.  
Public MethodOverloaded. Sets the expression to the self property with the specified name  
Public MethodOverloaded. Sets the expression to the self property with the specified name by force.  
Public MethodOverridden. Sets a value for the specified property.  
Top
Protected Methods
 NameDescription
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Protected MethodCalled by ConsumeValueEffect, when the flags contain a Custom property flag.  
Protected Internal MethodConsumes the value effect, defined by the specified property flags. This method may be called for a single or mutliple computed value changes. In the multiple changes case, the flags of the individual properties are combined with bitwise OR.  
Protected MethodOverridden. Called to perform the actual deep copying of the source node.  
Internal MethodOverloaded.   
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Protected MethodInvalidates the arrange of the element arrange parent. This implementation calls the InvalidateArrangeFromChild method of the first ancestor element that implements the INArrangeElementParent interface.  
Protected MethodInvalidates the display of element display parent(s).  
Protected MethodInvalidates the measure of the element measure parent. This implementation calls the InvalidateMeasureFromChild method of the first ancestor element that implements the INMeasureElementParent interface.  
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Internal Method  
Protected MethodCalled when an owned attribute has changed.  
Protected MethodCalled when the effective resolution of the document changed.  
Protected MethodCalled when the expression associated with a property has changed  
Protected MethodCalled when the expression associated with a property is changing  
Internal Method  
Internal MethodOverridden.   
Internal MethodOverloaded.   
Internal Method  
Internal MethodOverridden.   
Protected MethodStores the expression in the internal expressions store  
Internal Method  
Internal MethodOverloaded.   
Internal MethodOverridden.   
Internal Method  
Internal Method  
Internal MethodOverridden.   
Internal MethodOverridden.   
Internal MethodOverridden.   
Internal Method  
Internal MethodOverridden.   
Internal Method  
Internal Method  
Top
See Also