Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ProfileCondition

    Inheritance
    System.Object
    ProfileCondition
    Namespace: MediaBrowser.Model.Dlna
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class ProfileCondition

    Constructors

    ProfileCondition()

    Declaration
    public ProfileCondition()

    ProfileCondition(ProfileConditionType, ProfileConditionValue, String)

    Declaration
    public ProfileCondition(ProfileConditionType condition, ProfileConditionValue property, string value)
    Parameters
    Type Name Description
    ProfileConditionType condition
    ProfileConditionValue property
    System.String value

    ProfileCondition(ProfileConditionType, ProfileConditionValue, String, Boolean)

    Declaration
    public ProfileCondition(ProfileConditionType condition, ProfileConditionValue property, string value, bool isRequired)
    Parameters
    Type Name Description
    ProfileConditionType condition
    ProfileConditionValue property
    System.String value
    System.Boolean isRequired

    Properties

    Condition

    Declaration
    public ProfileConditionType Condition { get; set; }
    Property Value
    Type Description
    ProfileConditionType

    IsRequired

    Declaration
    public bool IsRequired { get; set; }
    Property Value
    Type Description
    System.Boolean

    Property

    Declaration
    public ProfileConditionValue Property { get; set; }
    Property Value
    Type Description
    ProfileConditionValue

    Value

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.