Contains a column's extended properties.
| C# |
public class ColumnExtensions
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| ColumnExtensions()()() | Initializes a new instance of the ColumnExtensions class | |
| AddressBookField |
Gets or sets the name of the address book field to which the column will be mapped.
| |
| AutoCompress |
Gets or sets whether automatic compression is enabled.
If BinaryContentType isn't File, this will return false.
| |
| BinaryContentType |
Gets or sets the binary content type.
If the column type isn't an appropriate binary type (e.g. varbinary), this will return None.
| |
| DataChanged |
Occurs when a change has been made.
| |
| DateTimeDisplayMode |
Gets or sets how date/time values are displayed.
| |
| DateTimeTimeZoneColumn |
Name of the column that stores the time zone.
| |
| DateTimeTimeZoneMode |
Gets or sets how time values are interpreted.
| |
| DateTimeTimeZoneSpecified |
Gets or sets the standard name for the time zone that applies to time values.
| |
| Deserialize(DataPlace..::.DPColumnRow) |
Deserializes a column's extended properties, or creates a default instance if the
properties aren't defined.
| |
| DPColumnRow |
Gets the DPColumn row used to create/deserialize the instance.
| |
| Equals(Object) | (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.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HeaderText |
Gets or sets the header text.
| |
| IsEmpty |
Gets whether all properties contain default values.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnDataChanged(EventArgs) |
Raises the DataChanged event.
| |
| OutlookAppointmentField |
Gets or sets the Outlook appointment field to which the column is mapped.
| |
| RaiseDataChanged(EventArgs) |
Raises the DataChanged event.
| |
| Serialize(ColumnExtensions, DataPlace..::.DPColumnRow) |
Serializes an object containing a column's extended properties into a DPColumn row's adcDetailXml column.
| |
| TextContentType |
Gets or sets the text content type.
If the column type isn't an appropriate text type (e.g. nvarchar), this will return Text.
| |
| TextLineCount |
Gets or sets the number of lines to show in an editor, or 0 to indicate that a default should be used,
or -1 for auto-sizing based on the text.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| ColumnExtensions | |