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 |
The name of the application.
Constraints: | |
| ConfigurationTemplates |
The names of the configuration templates associated with this application.
| |
| DateCreated |
The date when the application was created.
| |
| DateUpdated |
The date when the application was last modified.
| |
| Description |
User-defined description of the application.
Constraints: | |
| 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 |
The names of the versions for this application.
| |
| WithApplicationName(String) |
Sets the ApplicationName property
| |
| WithConfigurationTemplates(array<String>[]()[][]) |
Adds elements to the ConfigurationTemplates collection
| |
| WithConfigurationTemplates(IEnumerable<(Of <<'(String>)>>)) |
Adds elements to the ConfigurationTemplates collection
| |
| WithDateCreated(DateTime) |
Sets the DateCreated property
| |
| WithDateUpdated(DateTime) |
Sets the DateUpdated property
| |
| WithDescription(String) |
Sets the Description property
| |
| WithVersions(array<String>[]()[][]) |
Adds elements to the Versions collection
| |
| WithVersions(IEnumerable<(Of <<'(String>)>>)) |
Adds elements to the Versions collection
|
| Object | |
| ApplicationDescription | |