Search Results for

    Show / Hide Table of Contents

    Class ClaimInfo

    Inheritance
    System.Object
    ClaimInfo
    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: ImageVault.Core.Common.Data
    Assembly: ImageVault.Core.dll
    Syntax
    public class ClaimInfo

    Constructors

    ClaimInfo()

    Declaration
    public ClaimInfo()

    ClaimInfo(ClaimInfo)

    Declaration
    public ClaimInfo(ClaimInfo claimInfo)
    Parameters
    Type Name Description
    ClaimInfo claimInfo

    ClaimInfo(String, String)

    Declaration
    public ClaimInfo(string type, string value)
    Parameters
    Type Name Description
    System.String type
    System.String value

    Properties

    Type

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

    Value

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top (c) Meriworks 2002-2022