Class RelationshipPairs
- Namespace
- The.Persistence.Read
- Assembly
- Instagile.dll
[MessagePackObject(false)]
public class RelationshipPairs
- Inheritance
-
RelationshipPairs
- Inherited Members
-
Constructors
RelationshipPairs(string, string)
public RelationshipPairs(string entityTypeName, string relationshipName)
Parameters
entityTypeName string
relationshipName string
Fields
EntityTypeName
[Key(0)]
public readonly string EntityTypeName
Field Value
- string
Item1s
[Key(2)]
public readonly List<Guid> Item1s
Field Value
- List<Guid>
Item2s
[Key(3)]
public readonly List<Guid> Item2s
Field Value
- List<Guid>
RelationshipName
[Key(1)]
public readonly string RelationshipName
Field Value
- string