Click or drag to resize
GCSubordinates Class

[Missing <summary> documentation for "T:DXMLBase.Gcv.GCSubordinates"]

Inheritance Hierarchy

Namespace: DXMLBase.Gcv
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class GCSubordinates : GCParent

The GCSubordinates type exposes the following members.

Constructors
  NameDescription
Protected methodGCSubordinates(String, IGCOwner)
Initializes a new instance of the GCSubordinates class
Protected methodGCSubordinates(XmlElement, IGCOwner)
Initializes a new instance of the GCSubordinates class
Top
Methods
  NameDescription
Public methodaddName (Inherited from GCParent.)
Public methodaddXmlComment (Inherited from GCValue.)
Protected methodaddXmlItems (Inherited from GCValue.)
Public methodaddXmlProcessingInstruction (Inherited from GCValue.)
Public methodappendValue (Inherited from GCParent.)
Public methodcheckAllowedType (Inherited from GCParent.)
Protected methodcloneCommon (Inherited from GCParent.)
Public methodcloneValue (Overrides GCValuecloneValue(String).)
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetOwner (Inherited from GCParent.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodgetXMLValue (Inherited from GCValue.)
Public methodhasBeenModified (Inherited from GCValue.)
Public methodinsertValue(GCValue, GCValue) (Inherited from GCParent.)
Public methodinsertValue(GCValue, String) (Inherited from GCParent.)
Public methodisNameAllowed (Inherited from GCParent.)
Public methodlocalize (Inherited from GCValue.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodparseValue (Inherited from GCParent.)
Public methodremoveName (Inherited from GCParent.)
Public methodremoveValue(String) (Inherited from GCParent.)
Public methodremoveValue(GCValue) (Inherited from GCParent.)
Public methodreplaceValue (Inherited from GCParent.)
Public methodresetModified (Inherited from GCValue.)
Protected methodsetParent (Inherited from GCValue.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodtoXML (Inherited from GCValue.)
Protected methodvalidateActiveValue
Top
Fields
  NameDescription
Protected fieldcloning (Inherited from GCParent.)
Protected fieldmodified (Inherited from GCValue.)
Protected fieldowner (Inherited from GCParent.)
Top
Properties
  NameDescription
Public propertyActiveValue
Public propertyChildren (Inherited from GCParent.)
Public propertyDescendants (Inherited from GCParent.)
Public propertyDescription
Get or set the description of this value. May return
null
, or an empty string.
(Inherited from GCValue.)
Public propertyDescriptionRef
Get or set the description localization reference. May return null.
(Inherited from GCValue.)
Public propertyDisplayName (Inherited from GCValue.)
Public propertyDisplayNameRef (Inherited from GCValue.)
Public propertyHidden
Get or set whether this GCV should be hidden in the user interface.
(Inherited from GCValue.)
Public propertyMandatory
Get or set whether the UI should require that a value be entered for this GCV.
(Inherited from GCValue.)
Public propertyName (Inherited from GCValue.)
Public propertyParent (Inherited from GCValue.)
Public propertyType (Inherited from GCValue.)
Public propertyTypeString (Inherited from GCValue.)
Public propertyValue
Override, does nothing.
(Inherited from GCParent.)
Public propertyXmlItems (Inherited from GCValue.)
Top
See Also