Class Author
Contains author information for a Chroma application.
Namespace: Colore.Data
Assembly: Colore.dll
Syntax
public sealed class Author : Object
Constructors
Author(String, String)
Initializes a new instance of the Author class.
Declaration
public Author(string name, string contact)
Parameters
Type | Name | Description |
---|---|---|
String | name | Name of the author. |
String | contact | Contact information for the author. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown if |
Properties
Contact
Gets contact information for the author.
Declaration
public string Contact { get; }
Property Value
Type | Description |
---|---|
String |
Name
Gets the name of the application author.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |