Table of Contents

Class ActionNode

Namespace
InSite.Domain.Foundations
Assembly
Shift.Sdk.dll
public class ActionNode
Inheritance
ActionNode
Inherited Members
Extension Methods

Constructors

ActionNode()

public ActionNode()

Properties

Desktop

public string Desktop { get; set; }

Property Value

string

Icon

public string Icon { get; set; }

Property Value

string

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

List

public string List { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

NameShort

public string NameShort { get; set; }

Property Value

string

Parent

public Guid? Parent { get; set; }

Property Value

Guid?

Permission

public Guid? Permission { get; set; }

Property Value

Guid?

Slug

public string Slug { get; }

Property Value

string

Summary

public string Summary { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string

Url

public string Url { get; set; }

Property Value

string