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

AutoMapDefaultAttribute() public method

Construct the attribute with a default value
public AutoMapDefaultAttribute ( string defaultValue ) : System
defaultValue string
return System
        public AutoMapDefaultAttribute(string defaultValue)
        {
            this.DefaultValue = defaultValue;
        }
        /// <summary>
AutoMapDefaultAttribute