PackedResource Class
Defines the meta-data of an Application resource.
Namespace
Songhay.Models
Base Types
  • object
Derived Types
graph BT Type-->Base0["object"] Type["PackedResource"] class Type type-node Derived0["PackedResource<TResource>"]-->Type click Derived0 "/SonghayCore/latest/Songhay.Models/PackedResource_1"

Syntax

public class PackedResource

Properties

Name Property Type Summary
DisplayName string
Gets or sets the display name.
Key string
Gets or sets the key.
Name string
Gets or sets the name.

Extension Methods

Name Value Summary
IsAssignableToISerializable<PackedResource>() bool
Determines whether the specified type can be assigned to System.Runtime.Serialization.ISerializable.
ToObjectOrDbNull<PackedResource>() object
Boxes the nullable in object or returns DBNull.
ToReferenceTypeValueOrThrow<PackedResource>(string) T
Returns the non-null value of the specified, nullable reference type or throws an ArgumentNullException when the value is null.