Search Results for

    Show / Hide Table of Contents
    View Source

    Class KeyValue

    Implements IKeyValue.

    Inheritance
    System.Object
    BeingDirtyBase
    EntityBase
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(IsReference = true)]
    public class KeyValue : EntityBase, IRememberBeingDirty, ICanBeDirty, IKeyValue, IEntity, IDeepCloneable

    Properties

    View Source

    Identifier

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

    Value

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

    Explicit Interface Implementations

    View Source

    IEntity.HasIdentity

    Declaration
    bool IEntity.HasIdentity { get; }
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Identifier
      • Value
    • Explicit Interface Implementations
      • IEntity.HasIdentity
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX