ModelBusReferencePropertySerializer.GetString Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetString<T>(SerializationContext, T) | Converts the supplied object to a string format. (Inherited from DomainPropertyXmlSerializer.) | |
GetString<T>(SerializationContext, T) | Return the supplied model bus reference as a string (Overrides DomainPropertyXmlSerializer.GetString<T>(SerializationContext, T).) |
Top