BaseRelation Class |
Namespace: Colygon.MatchPoint.EntityModel.Configuration
[SerializableAttribute] public abstract class BaseRelation
The BaseRelation type exposes the following members.
Name | Description | |
---|---|---|
BaseRelation | Initializes a new instance of the BaseRelation class |
Name | Description | |
---|---|---|
SourceEntity | ||
TargetEntity | Returns the target entity of this relation. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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 | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
Name | Specifies the name of the relation. This name can be used to reference the relation (e.g.: in a ChoiceField in the Form Web Part). | |
TargetEntityId | Specifes the target entity of this relation. |