1.8.0
2 Jun 23
Toggle Dropdown
Version 1
1.8.0
2 Jun 23
1.7.0
25 May 21
1.6.1
18 May 21
1.5.0
20 Nov 20
1.0.3
22 Nov 19
Compare to version...
with 1.0.3
Toggle Dropdown
Version 1
1.8.0
2 Jun 23
1.7.0
25 May 21
1.6.1
18 May 21
1.5.0
20 Nov 20
1.0.3
22 Nov 19
Download Package
Open in NuGet
<
PackageReference
Include
=
"Relativity.Shared.SDK"
Version
=
"1.8.0"
/>
API Differences between 1.8.0 and 1.0.3
73
Additions
0
Removals
Relativity.Shared.V1.Exceptions
public
class
ConflictException
:
ServiceException
public
ConflictException
()
public
ConflictException
(
string
message
)
public
ConflictException
(
string
message
,
Exception
innerException
)
protected
ConflictException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
NotFoundException
:
ServiceException
public
NotFoundException
()
public
NotFoundException
(
string
message
)
public
NotFoundException
(
string
message
,
Exception
innerException
)
protected
NotFoundException
(
SerializationInfo
info
,
StreamingContext
context
)
public
class
TemporarilyUnavailableException
:
ServiceException
public
TemporarilyUnavailableException
()
public
TemporarilyUnavailableException
(
string
message
)
public
TemporarilyUnavailableException
(
string
message
,
Exception
innerException
)
protected
TemporarilyUnavailableException
(
SerializationInfo
info
,
StreamingContext
context
)
Relativity.Shared.V1.Models
public
class
Action
public
string
Href
{
get
;
set
; }
public
bool
IsAvailable
{
get
;
set
; }
public
string
Name
{
get
;
set
; }
public
List
<
string
>
Reason
{
get
;
set
; }
public
string
Verb
{
get
;
set
; }
public
Action
()
public
class
DisplayableObjectIdentifier
:
ObjectIdentifier
,
IHaveName
public
string
Name
{
get
;
set
; }
public
DisplayableObjectIdentifier
()
public
DisplayableObjectIdentifier
(
DisplayableObjectIdentifier
toCopy
)
public
class
DisplayableObjectTypeIdentifier
:
ObjectIdentifier
,
IHaveName
public
int
ArtifactTypeID
{
get
;
set
; }
public
string
Name
{
get
;
set
; }
public
DisplayableObjectTypeIdentifier
()
public
interface
IHaveActions
List
<
Action
>
Actions
{
get
;
set
; }
public
interface
IHaveArtifactID
int
ArtifactID
{
get
;
set
; }
public
interface
IHaveCreatedAndModified
DisplayableObjectIdentifier
CreatedBy
{
get
;
set
; }
DateTime
CreatedOn
{
get
;
set
; }
DisplayableObjectIdentifier
LastModifiedBy
{
get
;
set
; }
DateTime
LastModifiedOn
{
get
;
set
; }
public
interface
IHaveDisplayableObjectIdentifier
DisplayableObjectIdentifier
ObjectIdentifier
{
get
;
set
; }
public
interface
IHaveGuids
List
<
Guid
>
Guids
{
get
;
set
; }
public
interface
IHaveKeywordsAndNotes
string
Keywords
{
get
;
set
; }
string
Notes
{
get
;
set
; }
public
interface
IHaveMeta
Meta
Meta
{
get
;
set
; }
public
interface
IHaveMetaAndActions
List
<
Action
>
Actions
{
get
;
set
; }
Meta
Meta
{
get
;
set
; }
public
interface
IHaveName
string
Name
{
get
;
set
; }
public
interface
IHaveObjectIdentifier
ObjectIdentifier
ObjectIdentifier
{
get
;
set
; }
public
interface
IHaveSecurableCreatedAndModified
Securable
<
DisplayableObjectIdentifier
>
CreatedBy
{
get
;
set
; }
DateTime
CreatedOn
{
get
;
set
; }
Securable
<
DisplayableObjectIdentifier
>
LastModifiedBy
{
get
;
set
; }
DateTime
LastModifiedOn
{
get
;
set
; }
public
class
Meta
public
List
<
string
>
ReadOnly
{
get
;
set
; }
public
List
<
string
>
Unsupported
{
get
;
set
; }
public
Meta
()
public
class
ObjectIdentifier
:
IHaveGuids
,
IHaveArtifactID
public
int
ArtifactID
{
get
;
set
; }
public
List
<
Guid
>
Guids
{
get
;
set
; }
public
ObjectIdentifier
()
public
ObjectIdentifier
(
ObjectIdentifier
toCopy
)
public
class
SecurableList
<
T
>
public
bool
HasSecuredItems
{
get
;
set
; }
public
List
<
T
>
ViewableItems
{
get
;
set
; }
public
SecurableList
()