Contract for
ProgramAssemblyInfo
- Namespace
- Songhay
.Abstractions - Implementing Types
graph BT
Type["IProgramAssemblyInfo"]
class Type type-node
Implementing0["ProgramAssemblyInfo"]-.->Type
click Implementing0 "/SonghayCore/latest/Songhay.Models/ProgramAssemblyInfo"
Syntax
public interface IProgramAssemblyInfo
Properties
Name | Property Type | Summary |
---|---|---|
AssemblyCompany | string |
Gets the assembly company.
|
AssemblyCopyright | string |
Gets the assembly copyright.
|
AssemblyDescription | string |
Gets the assembly description.
|
AssemblyProduct | string |
Gets the assembly product.
|
AssemblyTitle | string |
Gets the assembly title.
|
AssemblyVersion | string |
Gets the assembly version.
|
Assembly |
string |
Gets the assembly version detail.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Is |
bool |
Determines whether the specified type
can be assigned to
System.Runtime.Serialization.ISerializable .
From NullableExtensions
|
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
|