Show / Hide Table of Contents

Class CivicinfoSchemaV2AdministrativeBody

Information about an election administrative body (e.g. County Board of Elections).

Inheritance
object
CivicinfoSchemaV2AdministrativeBody
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CivicInfo.v2.Data
Assembly: Google.Apis.CivicInfo.v2.dll
Syntax
public class CivicinfoSchemaV2AdministrativeBody : IDirectResponseSchema

Properties

AbsenteeVotingInfoUrl

A URL provided by this administrative body for information on absentee voting.

Declaration
[JsonProperty("absenteeVotingInfoUrl")]
public virtual string AbsenteeVotingInfoUrl { get; set; }
Property Value
Type Description
string

BallotInfoUrl

A URL provided by this administrative body to give contest information to the voter.

Declaration
[JsonProperty("ballotInfoUrl")]
public virtual string BallotInfoUrl { get; set; }
Property Value
Type Description
string

CorrespondenceAddress

The mailing address of this administrative body.

Declaration
[JsonProperty("correspondenceAddress")]
public virtual CivicinfoSchemaV2SimpleAddressType CorrespondenceAddress { get; set; }
Property Value
Type Description
CivicinfoSchemaV2SimpleAddressType

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ElectionInfoUrl

A URL provided by this administrative body for looking up general election information.

Declaration
[JsonProperty("electionInfoUrl")]
public virtual string ElectionInfoUrl { get; set; }
Property Value
Type Description
string

ElectionNoticeText

A last minute or emergency notification text provided by this administrative body.

Declaration
[JsonProperty("electionNoticeText")]
public virtual string ElectionNoticeText { get; set; }
Property Value
Type Description
string

ElectionNoticeUrl

A URL provided by this administrative body for additional information related to the last minute or emergency notification.

Declaration
[JsonProperty("electionNoticeUrl")]
public virtual string ElectionNoticeUrl { get; set; }
Property Value
Type Description
string

ElectionOfficials

The election officials for this election administrative body.

Declaration
[JsonProperty("electionOfficials")]
public virtual IList<CivicinfoSchemaV2ElectionOfficial> ElectionOfficials { get; set; }
Property Value
Type Description
IList<CivicinfoSchemaV2ElectionOfficial>

ElectionRegistrationConfirmationUrl

A URL provided by this administrative body for confirming that the voter is registered to vote.

Declaration
[JsonProperty("electionRegistrationConfirmationUrl")]
public virtual string ElectionRegistrationConfirmationUrl { get; set; }
Property Value
Type Description
string

ElectionRegistrationUrl

A URL provided by this administrative body for looking up how to register to vote.

Declaration
[JsonProperty("electionRegistrationUrl")]
public virtual string ElectionRegistrationUrl { get; set; }
Property Value
Type Description
string

ElectionRulesUrl

A URL provided by this administrative body describing election rules to the voter.

Declaration
[JsonProperty("electionRulesUrl")]
public virtual string ElectionRulesUrl { get; set; }
Property Value
Type Description
string

HoursOfOperation

A description of the hours of operation for this administrative body.

Declaration
[JsonProperty("hoursOfOperation")]
public virtual string HoursOfOperation { get; set; }
Property Value
Type Description
string

Name

The name of this election administrative body.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PhysicalAddress

The physical address of this administrative body.

Declaration
[JsonProperty("physicalAddress")]
public virtual CivicinfoSchemaV2SimpleAddressType PhysicalAddress { get; set; }
Property Value
Type Description
CivicinfoSchemaV2SimpleAddressType

VoterServices

A description of the services this administrative body may provide.

Declaration
[JsonProperty("voter_services")]
public virtual IList<string> VoterServices { get; set; }
Property Value
Type Description
IList<string>

VotingLocationFinderUrl

A URL provided by this administrative body for looking up where to vote.

Declaration
[JsonProperty("votingLocationFinderUrl")]
public virtual string VotingLocationFinderUrl { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX