Habanero.Smooth.AutoMapRelationshipAttribute.AutoMapRelationshipAttribute C# (CSharp) Method

AutoMapRelationshipAttribute() protected method

protected AutoMapRelationshipAttribute ( ) : System
return System
        protected AutoMapRelationshipAttribute()
        {
            this.RelationshipType = Base.RelationshipType.Association;
        }

Same methods

AutoMapRelationshipAttribute::AutoMapRelationshipAttribute ( RelationshipType relationshipType ) : System
AutoMapRelationshipAttribute::AutoMapRelationshipAttribute ( string reverseRelationshipName ) : System
AutoMapRelationshipAttribute::AutoMapRelationshipAttribute ( string reverseRelationshipName, RelationshipType relationshipType ) : System
AutoMapRelationshipAttribute