Castle.MonoRail.ActiveRecordSupport.ARDataBindAttribute.ARDataBindAttribute C# (CSharp) Method

ARDataBindAttribute() public method

Defines a binder for the parameter using the ARDataBinder and the specified prefix.
This uses the default AutoLoadBehavior whic is AutoLoadBehavior.Never
public ARDataBindAttribute ( String prefix ) : System
prefix String A name that prefixes the entries on the http request
return System
		public ARDataBindAttribute(String prefix) : base(prefix)
		{
		}

Same methods

ARDataBindAttribute::ARDataBindAttribute ( String prefix, AutoLoadBehavior autoLoadBehavior ) : System