Generated by DocFX

Interface IAddress

Interface IAddress

Namespace: ISynergy.Framework.Core.Abstractions
Assembly: ISynergy.Framework.Core.dll
Syntax
public interface IAddress

Properties

View Source

Addition

Gets or sets the addition.

Declaration
string Addition { get; set; }
Property Value
Type Description
System.String

The addition.

View Source

AddressTypeId

Gets or sets the address type identifier.

Declaration
int AddressTypeId { get; set; }
Property Value
Type Description
System.Int32

The address type identifier.

View Source

City

Gets or sets the city.

Declaration
string City { get; set; }
Property Value
Type Description
System.String

The city.

View Source

CountryId

Gets or sets the country identifier.

Declaration
int CountryId { get; set; }
Property Value
Type Description
System.Int32

The country identifier.

View Source

ExtraAddressLine

Gets or sets the extra address line.

Declaration
string ExtraAddressLine { get; set; }
Property Value
Type Description
System.String

The extra address line.

View Source

HouseNumber

Gets or sets the house number.

Declaration
int HouseNumber { get; set; }
Property Value
Type Description
System.Int32

The house number.

View Source

State

Gets or sets the state.

Declaration
string State { get; set; }
Property Value
Type Description
System.String

The state.

View Source

Street

Gets or sets the street.

Declaration
string Street { get; set; }
Property Value
Type Description
System.String

The street.

View Source

Zipcode

Gets or sets the zipcode.

Declaration
string Zipcode { get; set; }
Property Value
Type Description
System.String

The zipcode.

Extension Methods

Matrix.Replace<T>(T, Object, Object)
Matrix.IsEqual(Object, Object, Decimal, Decimal)
EntityBaseExtensions.HasProperty(Object, String)
ArrayExtensions.Concatenate<T>(T, T[])
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>)
ObjectExtensions.Clone<T>(T)
ObjectExtensions.To<T>(Object)
ObjectExtensions.To(Object, Type)
ObjectExtensions.HasMethod(Object, String)
ObjectExtensions.AddressOf<T>(T)
ReflectionExtensions.GetIdentityValue<T>(T)
ReflectionExtensions.GetIdentityValue<T, TResult>(T)
ReflectionExtensions.GetIdentityProperty<T>(T)
ReflectionExtensions.HasIdentityProperty<T>(T)
ReflectionExtensions.GetPropertyValue<T, TResult>(T, String, TResult)
ReflectionExtensions.GetPropertyInfo<T, TValue>(T, Expression<Func<T, TValue>>)
ReflectionExtensions.GetTitleValue<T>(T)
ReflectionExtensions.HasParentIdentityProperty<T>(T)
ReflectionExtensions.GetParentIdentityProperty<T>(T)
ReflectionExtensions.IsFreeApplication<T>(T)