Click or drag to resize
VASTRootNode Class
Inheritance Hierarchy

Namespace: Veeplay.vast
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class VASTRootNode : VASTXMLNode

The VASTRootNode type exposes the following members.

Constructors
  NameDescription
Public methodVASTRootNode
Initializes a new instance of the VASTRootNode class
Top
Methods
  NameDescription
Public methodaddChildrenwithName (Inherited from VASTXMLNode.)
Public methodaddChildwithName (Inherited from VASTXMLNode.)
Public methodallAds
Public methodchildrenNamed (Inherited from VASTXMLNode.)
Public methodchildrenNames (Inherited from VASTXMLNode.)
Public methodCompareTo (Inherited from VASTXMLNode.)
Public methodduration (Inherited from VASTXMLNode.)
Public methoddurationFromAttributeNamed (Inherited from VASTXMLNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodfirstChildNamed (Inherited from VASTXMLNode.)
Public methodgetAdsWithFallback
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodgetIfExistsNodeWithName (Inherited from VASTXMLNode.)
Public methodgetOrCreateNodeWithName (Inherited from VASTXMLNode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodinitWithNode (Inherited from VASTXMLNode.)
Public methodinitWithXDocument (Inherited from VASTXMLNode.)
Public methodinitWithXElement (Inherited from VASTXMLNode.)
Public methodlogWithLevel (Inherited from VASTXMLNode.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodurlsForChildrenNamed (Inherited from VASTXMLNode.)
Public methodurlsForCurrentNode (Inherited from VASTXMLNode.)
Top
Properties
  NameDescription
Public propertyattributes (Inherited from VASTXMLNode.)
Public propertyvalue (Inherited from VASTXMLNode.)
Top
See Also