Shaolinq.ComputedMemberAttribute.ComputedMemberAttribute C# (CSharp) Method

ComputedMemberAttribute() public method

public ComputedMemberAttribute ( string getExpression, string setExpression = null ) : System
getExpression string
setExpression string
return System
		public ComputedMemberAttribute(string getExpression, string setExpression = null)
		{
			this.GetExpression = getExpression;
			this.SetExpression = setExpression;
		}