General Methods

These methods are general and can be applied however the user finds them useful. They, for the most part, are not object specific.

The search type methods can be used to find or count any object in the API.

To see other available methods please look at the Keep Object Model Item you wish to interact with. Remember if you can not find the method you are looking for move to a more general method located in the Object Model Hierarchy.

Add Access Level Acre Intrusion Entry Item Async

Example in C#

// Returns: nothing
await client.AddAccessLevelAcreIntrusionEntryItemAsync(AccessLevelInfo accessLevel, AccessLevelAcreIntrusionEntryItem entryItem);

Overview of AddAccessLevelAcreIntrusionEntryItemAsync goes here.

Add Access Level Elevator Entry Item Async

Example in C#

// Returns: nothing
await client.AddAccessLevelElevatorEntryItemAsync(AccessLevelInfo accessLevel, AccessLevelElevatorEntryItem entryItem);

Overview of AddAccessLevelElevatorEntryItemAsync goes here.

Add Access Level Entry Item Async

Example in C#

// Returns: nothing
await client.AddAccessLevelEntryItemAsync(AccessLevelInfo accessLevel, AccessLevelEntryItem entryItem);

Overview of AddAccessLevelEntryItemAsync goes here.

Add Acre Intrusion Panel Area Entry Item Async

Example in C#

// Returns: nothing
await client.AddAcreIntrusionPanelAreaEntryItemAsync(AcreIntrusionUserProfileInfo userProfile, AcreIntrusionPanelRelationEntryItem panelRelation, AcreIntrusionAreaEntryItem entryItem);

Overview of AddAcreIntrusionPanelAreaEntryItemAsync goes here.

Add Acre Intrusion Panel Relation Entry Item Async

Example in C#

// Returns: nothing
await client.AddAcreIntrusionPanelRelationEntryItemAsync(AcreIntrusionUserProfileInfo userProfile, AcreIntrusionPanelRelationEntryItem entryItem);

Overview of AddAcreIntrusionPanelRelationEntryItemAsync goes here.

Add Cardholder Group Access Right Item Async

Example in C#

// Returns: nothing
await client.AddCardholderGroupAccessRightItemAsync(CardholderGroupInfo cardholderGroup, CardholderGroupAccessRightItem entryItem);

Overview of AddCardholderGroupAccessRightItemAsync goes here.

Delete Access Level Acre Intrusion Entry Item Async

Example in C#

// Returns: nothing
await client.DeleteAccessLevelAcreIntrusionEntryItemAsync(AccessLevelInfo accessLevel, AccessLevelAcreIntrusionEntryItem entryItem);

Overview of DeleteAccessLevelAcreIntrusionEntryItemAsync goes here.

Delete Access Level Elevator Entry Item Async

Example in C#

// Returns: nothing
await client.DeleteAccessLevelElevatorEntryItemAsync(AccessLevelInfo accessLevel, AccessLevelElevatorEntryItem entryItem);

Overview of DeleteAccessLevelElevatorEntryItemAsync goes here.

Delete Access Level Entry Item Async

Example in C#

// Returns: nothing
await client.DeleteAccessLevelEntryItemAsync(AccessLevelInfo accessLevel, AccessLevelEntryItem entryItem);

Overview of DeleteAccessLevelEntryItemAsync goes here.

Delete Acre Intrusion Panel Area Entry Item Async

Example in C#

// Returns: nothing
await client.DeleteAcreIntrusionPanelAreaEntryItemAsync(AcreIntrusionUserProfileInfo userProfile, AcreIntrusionPanelRelationEntryItem panelRelation, AcreIntrusionAreaEntryItem entryItem);

Overview of DeleteAcreIntrusionPanelAreaEntryItemAsync goes here.

Delete Acre Intrusion Panel Relation Entry Item Async

Example in C#

// Returns: nothing
await client.DeleteAcreIntrusionPanelRelationEntryItemAsync(AcreIntrusionUserProfileInfo userProfile, AcreIntrusionPanelRelationEntryItem entryItem);

Overview of DeleteAcreIntrusionPanelRelationEntryItemAsync goes here.

Delete Cardholder Group Access Right Item Item Async

Example in C#

// Returns: nothing
await client.DeleteCardholderGroupAccessRightItemItemAsync(CardholderGroupInfo cardholderGroup, CardholderGroupAccessRightItem entryItem);

Overview of DeleteCardholderGroupAccessRightItemItemAsync goes here.

Disable Active Cards Async

Example in C#

// Returns: ExtendCardExpiryResponse
var extendCardExpiryResponse = await client.DisableActiveCardsAsync(FolderInfo folder, String query, Boolean trialRun);

Overview of DisableActiveCardsAsync goes here.

Equals

Example in C#

// Returns: Boolean
var item = client.Equals(Object obj);

The Equals method determines if the provided object is equal to the one calling the method.

Extend Expired Cards Async

Example in C#

// Returns: ExtendCardExpiryResponse
var extendCardExpiryResponse = await client.ExtendExpiredCardsAsync(FolderInfo folder, DateTime expiredFrom, DateTime expiryEnd, DateTime newExpiresOn, Boolean trialRun);

Overview of ExtendExpiredCardsAsync goes here.

Get Base Address

Example in C#

// Returns: String
var item = client.BaseAddress;

The get_BaseAddress method returns the Base Address as a string.

Get Bytes Transferred

Example in C#

// Returns: Int64
var item = client.BytesTransferred;

Overview of get_BytesTransferred goes here.

Get Call Elapsed

Example in C#

// Returns: Int64
var item = client.CallElapsed;

Overview of get_CallElapsed goes here.

Get Client App Id

Example in C#

// Returns: String
var item = client.ClientAppId;

The get_ClientAppId method returns the client App Id.

Get Device Id

Example in C#

// Returns: String
var item = client.DeviceId;

The get_DeviceId method returns the device id of the selected object as a string.

Get Flurl Client

Example in C#

// Returns: FlurlClient
var flurlClient = client.FlurlClient;

The get_FlurlClient method returns the current Flurl Client.

Get Token Response

Example in C#

// Returns: TokenResponse
var tokenResponse = client.TokenResponse;

The get_TokenResponse method returns the Token response.

Get User Agent

Example in C#

// Returns: String
var item = client.UserAgent;

Get Hash Code

Example in C#

// Returns: Int32
var item = client.GetHashCode();

The GetHashCode method returns the Hash code for an object.

Get Next Available Card Number Async

Example in C#

// Returns: Int64
var item = await client.GetNextAvailableCardNumberAsync(FolderInfo folder, Int64 startingValue);

Overview of GetNextAvailableCardNumberAsync goes here.

Get Nonce Async

Example in C#

// Returns: String
var item = await client.GetNonceAsync(PersonInfo person);

Overview of GetNonceAsync goes here.

Get Random Visit Code Async

Example in C#

// Returns: Int64
var item = await client.GetRandomVisitCodeAsync(FolderInfo folder);

Overview of GetRandomVisitCodeAsync goes here.

Get Type

Example in C#

// Returns: Type
var type = client.GetType();

The GetType method returns the type for a particular object.

Initialize Reader

Example in C#

// Returns: nothing
await client.InitializeReader(MercuryReaderInfo reader);

Overview of InitializeReader goes here.

Reset Acre Intrusion Panel Enc Key Async

Example in C#

// Returns: nothing
await client.ResetAcreIntrusionPanelEncKeyAsync(AcreIntrusionPanelInfo acreIntrusionPanel);

Overview of ResetAcreIntrusionPanelEncKeyAsync goes here.

Send Group To Wavelynx

Example in C#

// Returns: nothing
await client.SendGroupToWavelynx(FolderInfo folder, WalletGroupInfo item);

Overview of SendGroupToWavelynx goes here.

Send Mobile Invite Async

Example in C#

// Returns: Boolean
var item = await client.SendMobileInviteAsync(PersonInfo person, String messageTemplateKey);

Overview of SendMobileInviteAsync goes here.

Set Client App Id

Example in C#

// Returns: nothing
client.ClientAppId = clientAppId;

The set_ClientAppId sets the client App Id.

Set Device Id

Example in C#

// Returns: nothing
client.DeviceId = deviceId;

The set_DeviceId Method sets the device id of the selected object.

Set Token Response

Example in C#

// Returns: nothing
client.TokenResponse = tokenResponse;

The set_TokenResponse Method sets the Token response.

Set Instance Time Zone Async

Example in C#

// Returns: nothing
await client.SetInstanceTimeZoneAsync(InstanceInfo instance, String newTimeZone);

Overview of SetInstanceTimeZoneAsync goes here.

Set Is Disabled Async

Example in C#

// Returns: nothing
await client.SetIsDisabledAsync(CardAssignmentInfo cardAssignment, Boolean isDisabled);

Overview of SetIsDisabledAsync goes here.

Set Next Cron Job Run Async

Example in C#

// Returns: nothing
await client.SetNextCronJobRunAsync(CronJobInfo cronJob);

Overview of SetNextCronJobRunAsync goes here.

To String

Example in C#

// Returns: String
var item = client.ToString();

The ToString method returns a string representation of the current object. This is applicable on all Wrapper (Client) Methods. The BaseInfo model object also has a similiar method.

Update Acre Intrusion Panel Enc IVAsync

Example in C#

// Returns: nothing
await client.UpdateAcreIntrusionPanelEncIVAsync(AcreIntrusionPanelInfo acreIntrusionPanel, Byte EncIv);

Overview of UpdateAcreIntrusionPanelEncIVAsync goes here.

Update Acre Intrusion Panel Enc Key Async

Example in C#

// Returns: nothing
await client.UpdateAcreIntrusionPanelEncKeyAsync(AcreIntrusionPanelInfo acreIntrusionPanel, Byte EncKeyBin);

Overview of UpdateAcreIntrusionPanelEncKeyAsync goes here.

Update Controller Peripheral Status Async

Example in C#

// Returns: Boolean
var item = await client.UpdateControllerPeripheralStatusAsync(ControllerInfo controller, PeripheralStatusItem readerStatus);

Overview of UpdateControllerPeripheralStatusAsync goes here.