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