Click or drag to resize

Constituency Class

Information for a single constituency.
Inheritance Hierarchy
SystemObject
  SeniorSystemsWS.EntityConstituency

Namespace:  SeniorSystemsWS.Entity
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
[SerializableAttribute]
public class Constituency

The Constituency type exposes the following members.

Constructors
  NameDescription
Public methodConstituency
Top
Properties
  NameDescription
Public propertyConstituencyGroup
Gets or sets the constituency group.
Public propertyConstituencyName
Gets or sets the name of the constituency.
Public propertyDateFrom
Gets or sets the constituency start date.
Public propertyDateTo
Gets or sets the constituency end date.
Public propertyIsPrimaryConstituency
Gets or sets a value indicating whether this instance is primary constituency.
Top
Remarks
Contains properties to hold information specific to a constituency.
See Also