Search Results for

    Show / Hide Table of Contents

    Class Author

    Contains author information for a Chroma application.

    Inheritance
    Object
    Author
    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 name or contact are null.

    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
    In This Article
    Back to top Copyright © 2015-2022 by Adam Hellberg and Brandon Scott
    Generated by DocFX