Class CmsObjectMetadata
The meta data of an object
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class CmsObjectMetadata
Properties
ApiIdentifier
The API identifier, if any. May be null.
Declaration
[JsonPropertyName("apiIdentifier")]
public string ApiIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Deleted
True, if the object has been deleted (the value of the attribute "ObjectIsDeleted")
Declaration
[JsonPropertyName("deleted")]
public bool Deleted { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Guid
The object Guid
Declaration
[JsonPropertyName("guid")]
public Guid Guid { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Id
The object ID
Declaration
[JsonPropertyName("id")]
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
LastTransaction
The ID of the last transaction when local values of this object have been changed on the current branch
Declaration
[JsonPropertyName("lastTransaction")]
public long LastTransaction { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
TypeRef
The object ID of the object type of this object.
Declaration
[JsonPropertyName("typeRef")]
public int TypeRef { get; set; }
Property Value
| Type | Description |
|---|---|
| int |