Sharpility
|
Key consisting of primary and secondary key. More...
Public Member Functions | |
CompositeKey (TPrimaryKey primary, TSecondaryKey secondary) | |
Created composite key. | |
override bool | Equals (object obj) |
override int | GetHashCode () |
override string | ToString () |
Properties | |
TPrimaryKey | Primary [get, set] |
Primary key value. | |
TSecondaryKey | Secondary [get, set] |
Secondary key value. |
Key consisting of primary and secondary key.
TPrimaryKey | Type of primary key |
TSecondaryKey | Type of secondary key |
Sharpility.Collections.CompositeKey< TPrimaryKey, TSecondaryKey >.CompositeKey | ( | TPrimaryKey | primary, |
TSecondaryKey | secondary | ||
) | [inline] |
Created composite key.
primary | Primary key value |
secondary | Secondary key value |
TPrimaryKey Sharpility.Collections.CompositeKey< TPrimaryKey, TSecondaryKey >.Primary [get, set] |
Primary key value.
TSecondaryKey Sharpility.Collections.CompositeKey< TPrimaryKey, TSecondaryKey >.Secondary [get, set] |
Secondary key value.