Class ResourceDocument
Inheritance
ResourceDocument
Assembly: DataWeb.Data.AzureCosmosDB.dll
Syntax
public class ResourceDocument
Properties
CreationDate
Declaration
public DateTimeOffset? CreationDate { get; set; }
Property Value
CultureItems
Declaration
public List<ResourceDocument.CultureItem> CultureItems { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
IsSystem
Declaration
public bool IsSystem { get; set; }
Property Value
ModificationDate
Declaration
public DateTimeOffset? ModificationDate { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Notes
Declaration
public string Notes { get; set; }
Property Value
ResourceContext
Declaration
public string ResourceContext { get; set; }
Property Value
ResourceGroup
Declaration
public string ResourceGroup { get; set; }
Property Value
ResourceKey
Declaration
public string ResourceKey { get; set; }
Property Value
Status
Declaration
public string Status { get; set; }
Property Value