Click or drag to resize
SourcePoint Class
Configuration class for JSON serialization.
Inheritance Hierarchy

Namespace: CMS.Helpers.UniGraphConfig
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public class SourcePoint

The SourcePoint type exposes the following members.

Constructors
  NameDescription
Public methodSourcePoint
Default constructor
Top
Properties
  NameDescription
Public propertyID
ID of source point (not rendered to HTML).
Public propertyIsLabelLocalized
Whether or not is label of source point localized.
Public propertyLabel
Label of source point.
Public propertyTooltip
Label of source point.
Public propertyType
Type of source point.
Top
See Also