Method ReflectAsString
ReflectAsString(Boolean)
This method returns the current attribute values as a string in the following format by calling the ReflectWith(IAttributeReflector) method:
- if
prependAttClass
=true:"AttributeClass.Key=value,AttributeClass.Key=value"
- if
prependAttClass
=false:"key=value,key=value"
Declaration
public string ReflectAsString(bool prependAttClass)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | prependAttClass |
Returns
Type | Description |
---|---|
System.String |