Shaolinq.NamedMemberAttribute.GetSuffixName C# (CSharp) Method

GetSuffixName() private method

private GetSuffixName ( PropertyDescriptor property, string transformString = "" ) : string
property Shaolinq.Persistence.PropertyDescriptor
transformString string
return string
		internal string GetSuffixName(PropertyDescriptor property, string transformString = "")
		{
			return VariableSubstituter.SedTransform(VariableSubstituter.Substitute(this.SuffixName, property), transformString);
		}
	}