Table of Contents

Class RegistrationSubIndustryHelpers

Namespace
Geotab.Checkmate.ObjectModel.Registration
Assembly
Geotab.Checkmate.ObjectModel.dll

Helper class for registration sub-industries.

public static class RegistrationSubIndustryHelpers
Inheritance
RegistrationSubIndustryHelpers
Inherited Members

Methods

ContainsValue(Guid?)

Determines whether the specified Guid value exists in the SubIndustryDictionary.

public static bool ContainsValue(Guid? input = null)

Parameters

input Guid?

The Guid value to check.

Returns

bool

True if the Guid value exists in the SubIndustryDictionary; otherwise, false.

GetIndustryIdBySubIndustryId(Guid?)

Gets the value associated with the specified Guid value.

public static Guid? GetIndustryIdBySubIndustryId(Guid? input = null)

Parameters

input Guid?

The Sub Industry Guid value.

Returns

Guid?

Industry Guid value; otherwise, null.