Class SearchLocation
Inheritance
System.Object
SearchLocation
Namespace: Telerik.Licensing.LicenseResolution
Assembly: Telerik.Licensing.Runtime.dll
Syntax
public class SearchLocation : ISearchLocation
Constructors
SearchLocation(SearchLocationType, String, SearchLocationResult, TelerikLicenseKeyFile, Exception)
Declaration
public SearchLocation(SearchLocationType type, string path, SearchLocationResult result, TelerikLicenseKeyFile license = null, Exception error = null)
Parameters
Search
|
System.
|
Search
|
Telerik
|
System.
|
Properties
Error
Declaration
public Exception Error { get; }
Property Value
System.
|
Implements
Path
Declaration
public string Path { get; }
Property Value
System.
|
Implements
Result
Declaration
public SearchLocationResult Result { get; }
Property Value
Implements
TelerikLicenseKeyFile
Declaration
public TelerikLicenseKeyFile TelerikLicenseKeyFile { get; }
Property Value
Type
Declaration
public SearchLocationType Type { get; }
Property Value
Implements
Explicit Interface Implementations
ISearchLocation.TelerikLicenseKeyFile
Declaration
ITelerikLicenseKeyFile ISearchLocation.TelerikLicenseKeyFile { get; }