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

AutoMapOneToOneAttribute() public method

Construct the Attribute
public AutoMapOneToOneAttribute ( ) : System
return System
        public AutoMapOneToOneAttribute()
        {
        }

Same methods

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