Click or drag to resize
GCStructuredValueTemplate Class
Class representing the template definitions for a
GCStructuredValue
.
Inheritance Hierarchy
SystemObject
  DXMLBase.GcvGCList
    DXMLBase.GcvGCStructuredValueTemplate

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

The GCStructuredValueTemplate type exposes the following members.

Methods
  NameDescription
Public methodaddName (Inherited from GCList.)
Public methodappendValue (Overrides GCListappendValue(GCValue).)
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) (Overrides GCListinsertValue(GCValue, GCValue).)
Public methodinsertValue(GCValue, String) (Overrides GCListinsertValue(GCValue, String).)
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) (Overrides GCListremoveValue(String).)
Public methodremoveValue(GCValue) (Overrides GCListremoveValue(GCValue).)
Public methodreplaceValue (Overrides GCListreplaceValue(GCValue, GCValue).)
Public methodresetModified (Inherited from GCList.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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.)
Public propertyMaxCount
Public propertyMinCount
Top
See Also