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

AutoMapFieldNameAttribute() public method

Constructs the attribute with teh field name
public AutoMapFieldNameAttribute ( string fieldName ) : System
fieldName string
return System
        public AutoMapFieldNameAttribute(string fieldName)
        {
            FieldName = fieldName;
        }
    }
AutoMapFieldNameAttribute