C# Class Owin.Scim.Model.ScimAttributeSchema

A complex type that defines service provider attributes and their qualities.
Afficher le fichier Open project: PowerDMS/Owin.Scim

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ScimAttributeSchema ( string name, string type, string description, bool multiValued, string mutability, bool required, string returned, string uniqueness, bool caseExact, IEnumerable subAttributes, ISet canonicalValues, IEnumerable referenceTypes ) : System.Collections.Generic

Initializes a new instance of the ScimAttributeSchema class.

ShouldSerializeCanonicalValues ( ) : bool
ShouldSerializeCaseExact ( ) : bool
ShouldSerializeReferenceTypes ( ) : bool
ShouldSerializeSubAttributes ( ) : bool

Method Details

ScimAttributeSchema() public méthode

Initializes a new instance of the ScimAttributeSchema class.
public ScimAttributeSchema ( string name, string type, string description, bool multiValued, string mutability, bool required, string returned, string uniqueness, bool caseExact, IEnumerable subAttributes, ISet canonicalValues, IEnumerable referenceTypes ) : System.Collections.Generic
name string The name.
type string Type of the data.
description string The description.
multiValued bool if set to true [multi valued].
mutability string The mutability.
required bool if set to true [required].
returned string The returned.
uniqueness string The uniqueness.
caseExact bool if set to true [case exact].
subAttributes IEnumerable The sub attributes.
canonicalValues ISet The canonical values.
referenceTypes IEnumerable The reference types.
Résultat System.Collections.Generic

ShouldSerializeCanonicalValues() public méthode

public ShouldSerializeCanonicalValues ( ) : bool
Résultat bool

ShouldSerializeCaseExact() public méthode

public ShouldSerializeCaseExact ( ) : bool
Résultat bool

ShouldSerializeReferenceTypes() public méthode

public ShouldSerializeReferenceTypes ( ) : bool
Résultat bool

ShouldSerializeSubAttributes() public méthode

public ShouldSerializeSubAttributes ( ) : bool
Résultat bool