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

AutoMapOneToManyAttribute() public method

Default constructor for OneToMany
public AutoMapOneToManyAttribute ( ) : System
return System
        public AutoMapOneToManyAttribute()
        {
        }
        /// <summary>

Same methods

AutoMapOneToManyAttribute::AutoMapOneToManyAttribute ( RelationshipType relationshipType ) : System
AutoMapOneToManyAttribute::AutoMapOneToManyAttribute ( string reverseRelationshipName ) : System
AutoMapOneToManyAttribute::AutoMapOneToManyAttribute ( string reverseRelationshipName, RelationshipType relationshipType, DeleteParentAction deleteParentAction ) : System
AutoMapOneToManyAttribute