Contains the extended properties of a table defined by a DPRelationship row.
| C# |
public class RelationshipExtensions
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| RelationshipExtensions()()() | Initializes a new instance of the RelationshipExtensions class | |
| DataChanged |
Occurs when a change has been made.
| |
| Deserialize(DataPlace..::.DPRelationshipRow) |
Deserializes a table's extended properties, or creates a default instance if the
properties aren't defined.
| |
| DPRelRowGuid |
Gets the GUID of the DPTable 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.) | |
| HasChanges |
Gets or sets whether there are any unsaved changes.
| |
| IsEmpty |
Whether all properties of this instance contain default values.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnDataChanged(EventArgs) |
Raises the DataChanged event.
| |
| Serialize(RelationshipExtensions, DataPlace..::.DPRelationshipRow) |
Serializes an object containing a table's extended properties into a row's DetailXml column.
| |
| SourceHeaderText |
Header text to use on the source table, or null to use the default.
| |
| TargetHeaderText |
Header text to use on the target table, or null to use the default.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| RelationshipExtensions | |