CalculatedField Members
In This Article
#Constructors
Name | Description |
---|---|
Calculated |
Initializes a new instance of the Calculated |
Calculated |
Initializes a new instance of the Calculated |
#Properties
Name | Description |
---|---|
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Data |
Specifies the data member of the calculated field. |
Data |
Specifies the data source, associated with the calculated field. |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Display |
Specifies the display name of the calculated field. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Expression | Specifies the expression of the calculated field. |
Field |
Specifies the type of the value returned by the calculated field. |
Is |
For internal use. Gets a value indicating whether the control has been disposed of. |
Name | Gets or sets the calculated field‘s name. |
Object |
For internal use. |
Scripts |
Provides access to an object that contains Calculated |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
#Methods
Name | Description |
---|---|
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether or not the specified object is equal to the current Calculated |
Get |
Serves as the default hash function. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
#Events
Name | Description |
---|---|
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Get |
Occurs when a calculated field obtains its value, enabling you to return a custom value for this calculated field. |
See Also