Search Results for

    Show / Hide Table of Contents

    Class LicenseResult

    Class contains information on if the license is valid and when it expires.

    Inheritance
    object
    LicenseResult
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Core.License
    Assembly: LemonEdge.API.dll
    Syntax
    public class LicenseResult

    Constructors

    LicenseResult()

    Declaration
    public LicenseResult()

    Properties

    Expiry

    Declaration
    public DateTimeOffset Expiry { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    IsValid

    Declaration
    public bool IsValid { get; set; }
    Property Value
    Type Description
    bool

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.