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 |