Class ObjectMetadata
The meta data of an object
Inheritance
System.Object
ObjectMetadata
Namespace: Noxum.Nova.Delivery.Client
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
public class ObjectMetadata : object
Properties
ApiIdentifier
The API identifier, if any. May be null.
Declaration
public string ApiIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Deleted
True, if the object has been deleted (the value of the attribute "ObjectIsDeleted")
Declaration
public bool Deleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Etag
An entity tag that changes, if the object may have changed.
Declaration
public string Etag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
The object Guid
Declaration
public System.Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Id
The object ID
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LastModified
The timestamp of the last transaction an object has been changed on the current branch
Declaration
public System.DateTime LastModified { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
LastTransaction
The ID of the last transaction an object has been changed on the current branch
Declaration
public long LastTransaction { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Type
The API identifier of the object type of this object, if any. May be null.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TypeRef
The object ID of the object type of this object.
Declaration
public int TypeRef { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |