Table of Contents

Class PackedResource

Namespace
Songhay.Models
Assembly
SonghayCore.dll

Defines the meta-data of an Application resource.

public class PackedResource
Inheritance
PackedResource
Derived
Inherited Members
Extension Methods

Properties

DisplayName

Gets or sets the display name.

public string? DisplayName { get; set; }

Property Value

string

Key

Gets or sets the key.

public string? Key { get; set; }

Property Value

string

Name

Gets or sets the name.

public string? Name { get; set; }

Property Value

string