Click or drag to resize

CountryPartialEntity Class

Country Partial Entity
Inheritance Hierarchy
SystemObject
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.AddressCountryPartialEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Address
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class CountryPartialEntity : IntegrationEntity

The CountryPartialEntity type exposes the following members.

Constructors
  NameDescription
Public methodCountryPartialEntity
Initializes a new instance of the CountryPartialEntity class.
Public methodCountryPartialEntity(Object)
Initializes a new instance of the CountryPartialEntity class.
Top
Properties
  NameDescription
Public propertyAbbreviation
Gets or sets the Abbreviation
Public propertyCountryId
Gets or sets the CountryId
Public propertyDescription
Gets or sets the Description
Public propertyIsDefault
Gets or sets the IsDefault
Public propertyIsDeleted
Gets or sets the is deleted.
Public propertyIsFixedList
Gets or sets the IsFixedList
Top
See Also