Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class State

    Represents a state entity.

    Inheritance
    object
    ValueObject
    State
    Inherited Members
    ValueObject.Id
    ValueObject.Equals(object)
    ValueObject.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Domain.Adresses
    Assembly: Innovt.Domain.dll
    Syntax
    public class State : ValueObject

    Properties

    | Edit this page View Source

    Acronym

    Gets or sets the acronym for the state.

    Declaration
    public string Acronym { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Cities

    Gets or sets the list of cities within the state.

    Declaration
    public virtual IList<City> Cities { get; set; }
    Property Value
    Type Description
    IList<City>
    | Edit this page View Source

    Country

    Gets or sets the associated country.

    Declaration
    public virtual Country Country { get; set; }
    Property Value
    Type Description
    Country
    | Edit this page View Source

    CountryId

    Gets or sets the country ID associated with the state.

    Declaration
    public int CountryId { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Description

    Gets or sets the description or name of the state.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    UtcOffset

    Gets or sets the UTC offset for the state.

    Declaration
    public string UtcOffset { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX