ManyToOneRelation Class |
Namespace: Colygon.MatchPoint.EntityModel.Configuration
[SerializableAttribute] public class ManyToOneRelation : BaseRelation
The ManyToOneRelation type exposes the following members.
Name | Description | |
---|---|---|
ManyToOneRelation | Initializes a new instance of the ManyToOneRelation class |
Name | Description | |
---|---|---|
SourceEntity | (Inherited from BaseRelation.) | |
TargetEntity | Returns the target entity of this relation. (Inherited from BaseRelation.) |
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 | (Inherited from BaseRelation.) |
Name | Description | |
---|---|---|
ForeignKeyColumn | Specifies the foreign key column on the source entity. If empty, the name of the primary key column on the target entity will be used. | |
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). (Inherited from BaseRelation.) | |
PrimaryKeyColumn | Specifies an alternate primary key column on the target entity. If empty the name of the primary key column on the target entity will be used. | |
TargetEntityId | Specifes the target entity of this relation. (Inherited from BaseRelation.) |