Class M2MRelationshipDefinition
Represents a Many to Many Relationship,
Inheritance
System.Object
M2MRelationshipDefinition
Assembly: Cireson.Core.Interfaces.dll
Syntax
public class M2MRelationshipDefinition : object
Properties
View Source
RelationshipName
Declaration
public string RelationshipName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SourceEntityType
Declaration
public Type SourceEntityType { get; set; }
Property Value
View Source
SourceProperty
Declaration
public PropertyInfo SourceProperty { get; set; }
Property Value
Type |
Description |
PropertyInfo |
|
View Source
TargetEntityType
Declaration
public Type TargetEntityType { get; set; }
Property Value
View Source
TargetProperty
Declaration
public PropertyInfo TargetProperty { get; set; }
Property Value
Type |
Description |
PropertyInfo |
|
Extension Methods