LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Class DataModel

    Contains information about the internal data model for feature flag state.

    Inheritance
    object
    DataModel
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: LaunchDarkly.Sdk.Client
    Assembly: LaunchDarkly.ClientSdk.dll
    Syntax
    public static class DataModel
    Remarks

    The details of the data model are not public to application code (although of course developers can easily look at the code or the data) so that changes to LaunchDarkly SDK implementation details will not be breaking changes to the application. Therefore, most of the members of this class are internal. The public members provide a high-level description of model objects so that custom integration code or test code can store or serialize them.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX