Search Results for

    Show / Hide Table of Contents

    Class ExtractionValue

    Extraction value

    Inheritance
    System.Object
    ExtractionValue
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Text
    Assembly: Simplic.CoreLib.dll
    Syntax
    public class ExtractionValue

    Properties

    | Improve this Doc View Source

    Id

    Gets or sets the id of the key

    Declaration
    public object Id { get; set; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    Value

    Gets or sets the value to compate

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx