Class repRelationshipDependency
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains the details about a dependency.
public class repRelationshipDependency
- Inheritance
-
repRelationshipDependency
- Inherited Members
- Extension Methods
Properties
AutoNullifyOnChange
Returns if the value of the dependend relationship is to be cleared when the value of the 'master' relationship changes.
public bool AutoNullifyOnChange { get; }
Property Value
Relationship
Returns the dependend relationship
public repRelationship Relationship { get; }