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 |
Gets or sets the cloud storage set.
|
DbmsSet | Dictionary |
Gets or sets the DBMS set.
|
RestApiMetadataSet | Dictionary |
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 |
---|---|---|
Is |
bool |
Determines whether the specified type
can be assigned to
System.Runtime.Serialization.ISerializable .
From NullableExtensions
|
To |
Dictionary |
Converts
ProgramMetadata
to the conventional HttpRequestHeaders .
|
ToObjectOrDbNull |
object |
Boxes the nullable in
object
or returns DBNull .
From NullableExtensions
|
To |
T |
Returns the non-null value of the specified, nullable reference type
or throws an
ArgumentNullException
when the value is null.
From NullableExtensions
|