Class City
Represents a city entity.
Inherited Members
Namespace: Innovt.Domain.Adresses
Assembly: Innovt.Domain.dll
Syntax
public class City : ValueObject
Properties
| Edit this page View SourceName
Gets or sets the name of the city.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Gets or sets the associated state.
Declaration
public virtual State State { get; set; }
Property Value
Type | Description |
---|---|
State |
StateId
Gets or sets the ID of the associated state.
Declaration
public int StateId { get; set; }
Property Value
Type | Description |
---|---|
int |