Click or drag to resize
GCValue Class
Base class for all Global Configuration Value types.
Inheritance Hierarchy
SystemObject
  DXMLBase.GcvGCValue
    More...

Namespace: DXMLBase.Gcv
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract class GCValue : IConfigElement

The GCValue type exposes the following members.

Methods
  NameDescription
Public methodaddXmlComment
Protected methodaddXmlItems
Public methodaddXmlProcessingInstruction
Protected methodcloneCommon
Public methodcloneValue
Public methodStatic memberconstruct(String, String, GCValueValueType)
Public methodStatic memberconstruct(String, String, String, GCValueValueType)
Public methodStatic memberconstructGCVRef(String)
Public methodStatic memberconstructGCVRef(String, String)
Public methodStatic memberconstructGroup
Public methodStatic memberconstructHeader
Public methodStatic memberconstructStructuredValue
Public methodStatic memberconstructSubordinates
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
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodgetXMLValue
Public methodhasBeenModified
Protected methodStatic memberisValidName
Protected methodStatic memberisValidText
Public methodlocalize
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodparseValue
Public methodresetModified
Protected methodsetParent
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodtoXML
Public methodStatic membertypeFromString
Top
Fields
  NameDescription
Protected fieldmodified
Top
Properties
  NameDescription
Public propertyDescription
Get or set the description of this value. May return
null
, or an empty string.
Public propertyDescriptionRef
Get or set the description localization reference. May return null.
Public propertyDisplayName
Public propertyDisplayNameRef
Public propertyHidden
Get or set whether this GCV should be hidden in the user interface.
Public propertyMandatory
Get or set whether the UI should require that a value be entered for this GCV.
Public propertyName
Public propertyParent
Public propertyType
Public propertyTypeString
Public propertyValue
Public propertyXmlItems
Top
See Also
Inheritance Hierarchy
SystemObject
  DXMLBase.GcvGCValue
    DXMLBase.GcvGCBooleanValue
    DXMLBase.GcvGCDnRefValue
    DXMLBase.GcvGCDNValue
    DXMLBase.GcvGCEnumValue
    DXMLBase.GcvGCHeader
    DXMLBase.GcvGCIntegerValue
    DXMLBase.GcvGCListValue
    DXMLBase.GcvGCParent
    DXMLBase.GcvGCPasswordRefValue
    DXMLBase.GcvGCRealValue
    DXMLBase.GcvGCStringValue
    DXMLBase.GcvGCStructuredValue
    DXMLBase.GcvGCVRef