ProgramMetadata Class
Defines the conventional Program metadata.
Namespace
Songhay.Models
Base Types
  • object
graph BT Type-->Base0["object"] Type["ProgramMetadata"] class Type type-node

Syntax

public class ProgramMetadata

Properties

Name Property Type Summary
CloudStorageSet Dictionary<string, Dictionary<string, string>>
Gets or sets the cloud storage set.
DbmsSet Dictionary<string, DbmsMetadata>
Gets or sets the DBMS set.
RestApiMetadataSet Dictionary<string, RestApiMetadata>
Gets or sets the REST API metadata set.

Methods

Name Return Value Summary
ToString() string
Represents this instance as a string.

Extension Methods

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