CalculatedField Members
Provides the functionality for calculated fields.Constructors
| Name | Description |
|---|---|
| CalculatedField(String, String) | Initializes a new instance of the CalculatedField class with the specified name and data member. |
Properties
| Name | Description |
|---|---|
| DataMember | Provides access to the calculated field’s data member. |
| DataSource | Provides access to the calculated field’s data source. |
| DataSourceName | Associates the CalculatedField with a data source. |
| DisplayName | Provides access to the display name of the calculated field. |
| Expression | Specifies the expression of the current calculated field. |
| FieldType | Specifies the type of the calculated field. |
| Name | Specifies the calculated field name. |
Methods
| Name | Description |
|---|---|
| Clone() | Makes the exact copy of a CalculatedField object. |
| Dispose() | Disposes of the CalculatedField object. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
Events
| Name | Description |
|---|---|
| Disposed | Occurs after the current calculated field has been disposed of. |
| PropertyChanged | Occurs every time any of the CalculatedField class properties has changed its value. |
See Also