Click or drag to resize

StiDataRelation Class

Describes the class that realizes relations between Data Sources.
Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.DictionaryStiDataRelation

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiDataRelationConverter))]
public class StiDataRelation : ICloneable, 
	IStiName, IStiInherited, IStiPropertyGridObject, IStiJsonReportObject, IStiAppDataRelation, 
	IStiAppCell

The StiDataRelation type exposes the following members.

Constructors
  NameDescription
Public methodStiDataRelation
Creates a new object of the type StiRelation.
Public methodStiDataRelation(String, StiDataSource, StiDataSource, String, String)
Creates a new object of the type StiRelation.
Public methodStiDataRelation(String, String, String, StiDataSource, StiDataSource, String, String)
Creates a new object of the type StiRelation.
Public methodStiDataRelation(String, String, String, StiDataSource, StiDataSource, String, String, Boolean)
Creates a new object of the type StiRelation.
Public methodStiDataRelation(String, String, String, StiDataSource, StiDataSource, String, String, String)
Creates a new object of the type StiRelation.
Public methodStiDataRelation(String, String, String, StiDataSource, StiDataSource, String, String, String, Boolean)
Creates a new object of the type StiRelation.
Top
Properties
  NameDescription
Public propertyActive
Gets or sets value which indicates that this data relation is active.
Public propertyAlias
Gets or sets alias of relation.
Public propertyChildColumns
Gets or sets collection of child column names.
Public propertyChildSource
Gets or sets Child data source.
Public propertyComponentId
Public propertyDictionary
Gets or sets the dictionary of data in which the relation is kept.
Public propertyInherited
Public propertyIsCloud
Gets or sets value which indicates that this data relation is created dynamically by the Stimulsoft Reports.Server.
Public propertyKey
Gets or sets the key of the dictionary object.
Public propertyName
Gets or sets relation name.
Public propertyNameInSource
Gets or sets name of relation in source of data.
Public propertyParentColumns
Gets or sets collection of parent column names.
Public propertyParentSource
Gets or sets Parent data source.
Public propertyPropName
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
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 methodGetEvents
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadFromJsonObject
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveToJsonObject
Public methodToString (Overrides ObjectToString.)
Public methodToString(Boolean)
Top
See Also