Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class City

    Represents a city entity.

    Inheritance
    object
    ValueObject
    City
    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 City : ValueObject

    Properties

    | Edit this page View Source

    Name

    Gets or sets the name of the city.

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

    State

    Gets or sets the associated state.

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

    StateId

    Gets or sets the ID of the associated state.

    Declaration
    public int StateId { get; set; }
    Property Value
    Type Description
    int

    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