Show / Hide Table of Contents

Class ElectionsResource

The "elections" collection of methods.

Inheritance
object
ElectionsResource
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
Assembly: Google.Apis.CivicInfo.v2.dll
Syntax
public class ElectionsResource

Constructors

ElectionsResource(IClientService)

Constructs a new resource.

Declaration
public ElectionsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

ElectionQuery()

List of available elections to query.

Declaration
public virtual ElectionsResource.ElectionQueryRequest ElectionQuery()
Returns
Type Description
ElectionsResource.ElectionQueryRequest

VoterInfoQuery()

Looks up information relevant to a voter based on the voter's registered address.

Declaration
public virtual ElectionsResource.VoterInfoQueryRequest VoterInfoQuery()
Returns
Type Description
ElectionsResource.VoterInfoQueryRequest
In this article
Back to top Generated by DocFX