C# Class Owin.Scim.Model.AuthenticationScheme

Inheritance: MultiValuedAttribute
Afficher le fichier Open project: PowerDMS/Owin.Scim

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AuthenticationScheme ( string type, string name, string description, Uri specUri = null, Uri documentationUri = null, bool isPrimary = false ) : System
ShouldSerializeDisplay ( ) : bool
ShouldSerializeRef ( ) : bool
ShouldSerializeValue ( ) : bool

Méthodes protégées

Méthode Description
CalculateVersion ( ) : int

Method Details

AuthenticationScheme() public méthode

public AuthenticationScheme ( string type, string name, string description, Uri specUri = null, Uri documentationUri = null, bool isPrimary = false ) : System
type string
name string
description string
specUri System.Uri
documentationUri System.Uri
isPrimary bool
Résultat System

CalculateVersion() protected méthode

protected CalculateVersion ( ) : int
Résultat int

ShouldSerializeDisplay() public méthode

public ShouldSerializeDisplay ( ) : bool
Résultat bool

ShouldSerializeRef() public méthode

public ShouldSerializeRef ( ) : bool
Résultat bool

ShouldSerializeValue() public méthode

public ShouldSerializeValue ( ) : bool
Résultat bool