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

OneToOneAutoMapper() public method

Construct a One to One Relationship mapper.
public OneToOneAutoMapper ( PropertyWrapper propWrap ) : System
propWrap PropertyWrapper
return System
        public OneToOneAutoMapper(PropertyWrapper propWrap)
        {
            if (propWrap == null) throw new ArgumentNullException("propWrap");
            this.PropertyWrapper = propWrap;
        }
        /// <summary>