Entry API customization class for defining entries in a Cells feed.
The CellEntry..::.CellElement type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CellEntry..::.CellElement |
default constructor for the Cell element
|
Methods
| Name | Description | |
|---|---|---|
| CreateInstance | Parses an xml node to create a Who object. (Inherited from SimpleElement.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitInstance |
used to copy the attribute lists over
(Inherited from ExtensionBase.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ProcessAttributes |
default method override to handle attribute processing
the base implementation does process the attributes list
and reads all that are in there.
(Inherited from ExtensionBase.) | |
| ProcessChildNodes |
used to copy the unknown childnodes for later saving
(Inherited from ExtensionBase.) | |
| Save |
Persistence method for the EnumConstruct object
(Inherited from ExtensionBase.) | |
| SaveInnerXml |
saves out the value, get's called from Save
(Inherited from SimpleElement.) | |
| SetXmlNamespace |
method for subclasses who need to change a namespace for parsing/persistence during runtime
(Inherited from ExtensionBase.) | |
| ToString |
debugging helper
(Inherited from SimpleElement.) | |
| VersionInfoChanged |
virtual to be overloaded by subclasses which are interested in reacting on versioninformation
changes
(Inherited from ExtensionBase.) |
Properties
| Name | Description | |
|---|---|---|
| AttributeNamespaces | accesses the Attribute list. The keys are the attribute names
the values the attribute values (Inherited from ExtensionBase.) | |
| Attributes | accesses the Attribute list. The keys are the attribute names
the values the attribute values (Inherited from ExtensionBase.) | |
| BooleanValue |
Accessor Method for the value as boolean
(Inherited from SimpleElement.) | |
| ChildNodes |
returns the list of childnodes that are unknown to the extension
used for example for the GD:ExtendedProperty
(Inherited from ExtensionBase.) | |
| Column |
The column the cell lies in
| |
| FloatValue |
Accessor Method for the value as float
(Inherited from SimpleElement.) | |
| InputValue |
The input (uncalculated) value for the cell
| |
| IntegerValue |
Accessor Method for the value as integer
(Inherited from SimpleElement.) | |
| NumericValue |
The numeric (calculated) value for the cell
| |
| ProtocolMajor |
returns the major protocol version number this element
is working against.
(Inherited from ExtensionBase.) | |
| ProtocolMinor | (Inherited from ExtensionBase.) | |
| Row |
The row the cell lies in
| |
| UnsignedIntegerValue |
Accessor Method for the value as integer
(Inherited from SimpleElement.) | |
| Value |
Accessor Method for the value
(Inherited from SimpleElement.) | |
| XmlName | Returns the constant representing this XML element. (Inherited from ExtensionBase.) | |
| XmlNameSpace | Returns the constant representing this XML element. (Inherited from ExtensionBase.) | |
| XmlPrefix | Returns the constant representing this XML element. (Inherited from ExtensionBase.) |