Skip to main content

DashboardJsonConverter Methods

Provides methods that allow you to convert a dashboard XML definition to JSON and vice versa.
Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
JsonToXml(String, IDataProtectionProvider, IDataSourceProtectionService) static
JsonToXml(String, IDataProtectionProvider) static Converts a dashboard XML definition to the JSON string with specified data protection services.
JsonToXml(String) static Converts a dashboard XML definition to the JSON string.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
XmlToJson(XDocument, IDataProtectionProvider, IDataSourceProtectionService) static
XmlToJson(XDocument, IDataProtectionProvider) static Converts a dashboard XML definition to the JSON string with specified data protection services.
XmlToJson(XDocument) static Converts a dashboard XML definition to the JSON string.
See Also