Catel.Fody.ExposeAttribute.ExposeAttribute C# (CSharp) Method

ExposeAttribute() public method

Initializes a new instance of the ExposeAttribute class.
Do not create default values for attribute constructors! For more information, see: http://stackoverflow.com/questions/8290853/attribute-argument-must-be-a-constant-error-when-using-an-optional-parameter-in
The is null or whitespace.
public ExposeAttribute ( string propertyName ) : System
propertyName string Name of the property.
return System
        public ExposeAttribute(string propertyName)
            : this(propertyName, null)
        {
        }

Same methods

ExposeAttribute::ExposeAttribute ( string propertyName, string propertyNameOnModel ) : System
ExposeAttribute