Click or drag to resize

StiDataLink Class

[Missing <summary> documentation for "T:Stimulsoft.Data.Engine.StiDataLink"]

Inheritance Hierarchy
SystemObject
  Stimulsoft.Data.EngineStiDataLink

Namespace:  Stimulsoft.Data.Engine
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiDataLinkConverter))]
public class StiDataLink : IStiJsonReportObject

The StiDataLink type exposes the following members.

Constructors
  NameDescription
Public methodStiDataLink
Initializes a new instance of the StiDataLink class
Public methodStiDataLink(String)
Initializes a new instance of the StiDataLink class
Public methodStiDataLink(String, String, String, String, Boolean)
Initializes a new instance of the StiDataLink class
Public methodStiDataLink(String, String, String, String, Boolean, String)
Initializes a new instance of the StiDataLink class
Top
Properties
  NameDescription
Public propertyActive
Public propertyChildColumn
Public propertyChildKey
Public propertyChildTable
Public propertyKey
Gets or sets the key to the data relation in the report dictionary.
Public propertyParentColumn
Public propertyParentKey
Public propertyParentTable
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLoadFromJson
Public methodLoadFromJsonObject
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveToJsonObject
Public methodToString (Overrides ObjectToString.)
Top
See Also