Search Results for

    Show / Hide Table of Contents

    Class FeatureModel

    Stores the parameters required by AddFeature and RemoveFeature methods.

    Inheritance
    object
    RequestModel
    FeatureModel
    Inherited Members
    RequestModel.LicenseServerUrl
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SKM.V3.Models
    Assembly: Cryptolens.Licensing.CrossPlatform.dll
    Syntax
    public class FeatureModel : RequestModel

    Properties

    | Edit this page View Source

    Feature

    From 1 to 8.

    Declaration
    public int Feature { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Key

    The Key String, i.e. ABCDE-ABCDE-ABCDE-ABCDE.

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ProductId

    Declaration
    public int ProductId { get; set; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © Cryptolens AB