|
XDisplayTabGetPropsSerialized Method
|
Serializes all annotated engine property members of objects into a string in
the newline joined string API exchange format for the client.
Namespace: RCS.Carbon.TablesAssembly: RCS.Carbon.Tables (in RCS.Carbon.Tables.dll) Version: 9.1.0
Syntax public string GetPropsSerialized(
string filterLabels = null,
string joiner = ""
)
Parameters
- filterLabels String (Optional)
- An optional newline, comma or semicolon joined list of
labels to filter the returned properties. Pass null or the string
literal "all" (case insensitive) to return all properties.
- joiner String (Optional)
[Missing <param name="joiner"/> documentation for "M:RCS.Carbon.Tables.XDisplayTab.GetPropsSerialized(System.String,System.String)"]
Return Value
String[Missing <returns> documentation for "M:RCS.Carbon.Tables.XDisplayTab.GetPropsSerialized(System.String,System.String)"]
See Also