#### [DiGi\.Core\.Relation](DiGi.Core.Relation.Overview.md 'DiGi\.Core\.Relation\.Overview')
## DiGi\.Core\.Relation\.Enums Namespace
### Enums
## RelationSide Enum
Specifies the side of a relation\.
```csharp
public enum RelationSide
```
### Fields
`Undefined` 0
The side is undefined\.
`From` 1
The "from" side of the relation\.
`To` 2
The "to" side of the relation\.