logo mef-dev
  • Developer's Guide
    • Plugin basics
    • Introduction
    • Platform overview
    • Plugin guides
    • First UI package
    • Package registration
    • First Backend package
    • Portal package creation
    • REST API
    • REST API using
    • Request Formats
  • Documentation
    • UI Kit documentation
    • Telecom BSS
    • Ui Kit Demo
  • Blog
  • Community
Image Image
Show / Hide Table of Contents

Class Addresses_Request_SET

Inheritance
System.Object
Addresses_Request_SET
AddressesRequest
Namespace: Natec.Widecoup
Assembly: Natec.Entities.dll
Syntax
public class Addresses_Request_SET : BaseEntity, IPropertyIndexer

Constructors

Addresses_Request_SET()

Declaration
public Addresses_Request_SET()

Properties

AddressFormat

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

AddressTypeID

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

Appartment

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

CityID

Declaration
public Nullable<int> CityID { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

CityName

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

CityTypeID

Declaration
public Nullable<int> CityTypeID { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Corpus

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

CountryName

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

CountyID

Declaration
public Nullable<int> CountyID { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

DistictName

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

DistrictID

Declaration
public Nullable<int> DistrictID { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

EffectiveDate

Declaration
public Nullable<DateTime> EffectiveDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

Email

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

EntityName

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

ErrFormat

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

ExternalSystemCode

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

Fax

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

HouseID

Declaration
public Nullable<int> HouseID { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

HouseName

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

ID

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

IDType

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

Item[String]

Declaration
public object this[string index] { get; set; }
Parameters
Type Name Description
System.String index
Property Value
Type Description
System.Object

lang

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

ParentID

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

Phone

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

ProvinceID

Declaration
public Nullable<int> ProvinceID { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ProvinceName

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

Remark

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

StreetID

Declaration
public Nullable<int> StreetID { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

StreetName

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

StreetTypeID

Declaration
public Nullable<int> StreetTypeID { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

TextConst

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

ZipID

Declaration
public Nullable<int> ZipID { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ZipName

Declaration
public string ZipName { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX