Class NovaRazorBranch
A proxy for a Noxum.Nova.Data.Cache.CachedBranch to be used in Razor Views
Inherited Members
Namespace: Noxum.Nova.Razor.Model
Assembly: Noxum.Nova.Razor.Model.dll
Syntax
public sealed class NovaRazorBranch : NovaRazorObject<CachedBranch>, IReadOnlyCollection<NovaRazorValue>, IEnumerable<NovaRazorValue>, IEnumerable
Properties
AssignedTo
Get the user this branch is assigned to
Declaration
public string AssignedTo { get; }
Property Value
| Type | Description |
|---|---|
| string |
BranchType
Get the branch type, if any
Declaration
public NovaRazorObject BranchType { get; }
Property Value
| Type | Description |
|---|---|
| NovaRazorObject |
DueDate
Get the branch's due date
Declaration
public DateTime? DueDate { get; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
ParentBranch
Get the parent branch, if any
Declaration
public NovaRazorBranch ParentBranch { get; }
Property Value
| Type | Description |
|---|---|
| NovaRazorBranch |