Enum LinkTypes
- Namespace
- JsonApiDotNetCore.Resources.Annotations
- Assembly
- JsonApiDotNetCore.Annotations.dll
[Flags]
public enum LinkTypes
Fields
All = Self | Related | DescribedBy | Pagination
DescribedBy = 8
None = 1
NotConfigured = 0
Pagination = 16
Related = 4
Self = 2