Show / Hide Table of Contents

Class Popup

Inheritance
System.Object
Popup
Namespace: Edgar.Unity.Editor
Assembly: cs.temp.dll.dll
Syntax
public class Popup

Properties

Content

Declaration
public virtual string Content { get; set; }
Property Value
Type Description
System.String

Id

Declaration
public virtual string Id { get; set; }
Property Value
Type Description
System.String

Links

Declaration
public virtual List<PopupLink> Links { get; set; }
Property Value
Type Description
System.Collections.Generic.List<PopupLink>

Title

Declaration
public virtual string Title { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX