Table of Contents

Class LaunchCard

Namespace
InSite.Persistence.Content
Assembly
InSite.Persistence.dll
public class LaunchCard
Inheritance
LaunchCard
Inherited Members

Constructors

LaunchCard()

public LaunchCard()

Properties

Active

public bool Active { get; set; }

Property Value

bool

BodyHtml

public string BodyHtml { get; set; }

Property Value

string

Category

public string Category { get; set; }

Property Value

string

Flag

public Flag Flag { get; set; }

Property Value

Flag

Icon

public string Icon { get; set; }

Property Value

string

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

Image

public string Image { get; set; }

Property Value

string

Indicator

public string Indicator { get; set; }

Property Value

string

Progress

public Flag Progress { get; set; }

Property Value

Flag

Sequence

public int Sequence { get; set; }

Property Value

int

Slug

public string Slug { get; set; }

Property Value

string

Summary

public string Summary { get; set; }

Property Value

string

Target

public string Target { get; set; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string

Url

public string Url { get; set; }

Property Value

string

Methods

GetFlagHtml()

public string GetFlagHtml()

Returns

string

GetIconHtml()

public string GetIconHtml()

Returns

string

GetImageHtml()

public string GetImageHtml()

Returns

string

GetProgressHtml()

public string GetProgressHtml()

Returns

string

HasFlag()

public bool HasFlag()

Returns

bool

HasIcon()

public bool HasIcon()

Returns

bool

HasImage()

public bool HasImage()

Returns

bool

HasProgress()

public bool HasProgress()

Returns

bool