Shaolinq.DependsOnPropertyAttribute.DependsOnPropertyAttribute C# (CSharp) Method

DependsOnPropertyAttribute() public method

public DependsOnPropertyAttribute ( string propertyName ) : System
propertyName string
return System
		public DependsOnPropertyAttribute(string propertyName)
		{
			this.PropertyName = propertyName;
		}
	}
DependsOnPropertyAttribute