MatchingClaim Class

Model for a matching claim from an authorization provider.

Definition

Namespace: Gemstone.Data.Model
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.141 -- Release Build+5f6e192e4b7ed0f35a118ae12c275adc521bb865
public class MatchingClaim
Inheritance
Object    MatchingClaim

Constructors

MatchingClaimInitializes a new instance of the MatchingClaim class

Properties

AuthenticationProviderID ID of the AuthenticationProvider
CreatedBy Created by field.
CreatedOn Created on field.
ID 
Type Type field.
TypeDescription Description of the Type used for UI labeling
UpdatedBy Updated by field.
UpdatedOn Updated on field.
Value Value field.
ValueDescription Description of the Value used for UI labeling

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also