Class RelationshipCollection
Collection class for Relationship. Provides convenient properties for setting a property on multiple objects at once.
Implements
Inherited Members
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public sealed class RelationshipCollection : TabularObjectCollection<SingleColumnRelationship>, INotifyCollectionChanged, IReadOnlyList<SingleColumnRelationship>, IReadOnlyCollection<SingleColumnRelationship>, IEnumerable<SingleColumnRelationship>, IEnumerable
Properties
Count
The number of items in this collection.
Declaration
public override int Count { get; }
Property Value
Type | Description |
---|---|
int |
Overrides
CrossFilteringBehavior
Sets the CrossFilteringBehavior property of all objects in the collection at once.
Declaration
public CrossFilteringBehavior CrossFilteringBehavior { set; }
Property Value
Type | Description |
---|---|
CrossFilteringBehavior |
IsActive
Sets the IsActive property of all objects in the collection at once.
Declaration
public bool IsActive { set; }
Property Value
Type | Description |
---|---|
bool |
JoinOnDateBehavior
Sets the JoinOnDateBehavior property of all objects in the collection at once.
Declaration
public DateTimeRelationshipBehavior JoinOnDateBehavior { set; }
Property Value
Type | Description |
---|---|
DateTimeRelationshipBehavior |
RelyOnReferentialIntegrity
Sets the RelyOnReferentialIntegrity property of all objects in the collection at once.
Declaration
public bool RelyOnReferentialIntegrity { set; }
Property Value
Type | Description |
---|---|
bool |
SecurityFilteringBehavior
Sets the SecurityFilteringBehavior property of all objects in the collection at once.
Declaration
public SecurityFilteringBehavior SecurityFilteringBehavior { set; }
Property Value
Type | Description |
---|---|
SecurityFilteringBehavior |
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public override IEnumerator<SingleColumnRelationship> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<SingleColumnRelationship> |