[]
        
(Showing Draft Content)

C1.Win.Themes.C1ThemeVersion

C1ThemeVersion Class

Represents theme XML format's, and theme assembly's version info.

Inheritance
C1ThemeVersion
Namespace: C1.Win.Themes
Assembly: C1.Win.Themes.8.dll
Syntax
public class C1ThemeVersion

Constructors

Name Description
C1ThemeVersion()

Initializes a new instance of the C1ThemeVersion class.

C1ThemeVersion(string, string)

Initializes a new instance of the C1ThemeVersion class with the specified theme XML format and theme assembly versions.

C1ThemeVersion(Version, Version)

Initializes a new instance of the C1ThemeVersion class with the specified theme XML format and theme assembly versions.

Properties

Name Description
AssemblyVersion

Gets the C1.Win.Themes assembly version.

FormatVersion

Gets the theme XML format version.

Methods

Name Description
Parse(string, bool, C1ThemeVersion)

Converts a string to a C1ThemeVersion object.

ToString()

Overridden. Returns a string that represents the current object.