Describes the properties of an application version.
| C# |
public class ApplicationVersionDescription
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ApplicationVersionDescription()()()() | Initializes a new instance of the ApplicationVersionDescription class | |
| ApplicationName |
The name of the application associated with this release.
Constraints: | |
| DateCreated |
The creation date of the application version.
| |
| DateUpdated |
The last modified date of the application version.
| |
| Description |
The description of this application version.
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.) | |
| SourceBundle |
The location where the source bundle is located for this version.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| VersionLabel |
A label uniquely identifying the version for the associated application.
Constraints: | |
| WithApplicationName(String) |
Sets the ApplicationName property
| |
| WithDateCreated(DateTime) |
Sets the DateCreated property
| |
| WithDateUpdated(DateTime) |
Sets the DateUpdated property
| |
| WithDescription(String) |
Sets the Description property
| |
| WithSourceBundle(S3Location) |
Sets the SourceBundle property
| |
| WithVersionLabel(String) |
Sets the VersionLabel property
|
| Object | |
| ApplicationVersionDescription | |