Click or drag to resize
GCStructuredValueInstance Class
Class representing an instance of a
GCStructuredValue
's template.
Inheritance Hierarchy
SystemObject
  DXMLBase.GcvGCList
    DXMLBase.GcvGCStructuredValueInstance

Namespace: DXMLBase.Gcv
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Instance : GCList

The GCStructuredValueInstance type exposes the following members.

Methods
  NameDescription
Public methodaddName (Inherited from GCList.)
Public methodappendValue (Inherited from GCList.)
Public methodcheckAllowedType (Overrides GCListcheckAllowedType(GCValueValueType).)
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 methodgetChildValue (Inherited from GCList.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodgetValue (Inherited from GCList.)
Public methodhasBeenModified (Inherited from GCList.)
Public methodinsertValue(GCValue, GCValue) (Inherited from GCList.)
Public methodinsertValue(GCValue, String) (Inherited from GCList.)
Public methodisNameAllowed (Inherited from GCList.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodremoveName (Inherited from GCList.)
Public methodremoveValue(String) (Inherited from GCList.)
Public methodremoveValue(GCValue) (Inherited from GCList.)
Public methodreplaceValue (Inherited from GCList.)
Public methodresetModified (Inherited from GCList.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodtoXml
Top
Fields
  NameDescription
Protected fielddefsList (Inherited from GCList.)
Protected fieldmodified (Inherited from GCList.)
Top
Properties
  NameDescription
Public propertyChildren (Inherited from GCList.)
Public propertyDescendants (Inherited from GCList.)
Top
See Also