Describes the properties of an application.

C# |
public class ApplicationDescription

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ApplicationDescription()()()() | Initializes a new instance of the ApplicationDescription class |
![]() | ApplicationName |
Gets and sets the property ApplicationName.
The name of the application. |
![]() | ConfigurationTemplates |
Gets and sets the property ConfigurationTemplates.
The names of the configuration templates associated with this application. |
![]() | DateCreated |
Gets and sets the property DateCreated.
The date when the application was created. |
![]() | DateUpdated |
Gets and sets the property DateUpdated.
The date when the application was last modified. |
![]() | Description |
Gets and sets the property Description.
User-defined description of the application. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Versions |
Gets and sets the property Versions.
The names of the versions for this application. |
![]() | WithApplicationName(String) | Obsolete.
Sets the ApplicationName property
|
![]() | WithConfigurationTemplates(array<String>[]()[][]) | Obsolete.
Sets the ConfigurationTemplates property
|
![]() | WithConfigurationTemplates(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Sets the ConfigurationTemplates property
|
![]() | WithDateCreated(DateTime) | Obsolete.
Sets the DateCreated property
|
![]() | WithDateUpdated(DateTime) | Obsolete.
Sets the DateUpdated property
|
![]() | WithDescription(String) | Obsolete.
Sets the Description property
|
![]() | WithVersions(array<String>[]()[][]) | Obsolete.
Sets the Versions property
|
![]() | WithVersions(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Sets the Versions property
|

Object | |
![]() | ApplicationDescription |