C# Класс Owin.Scim.Model.ScimAttributeSchema

A complex type that defines service provider attributes and their qualities.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

ScimAttributeSchema() публичный Метод

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.
Результат System.Collections.Generic

ShouldSerializeCanonicalValues() публичный Метод

public ShouldSerializeCanonicalValues ( ) : bool
Результат bool

ShouldSerializeCaseExact() публичный Метод

public ShouldSerializeCaseExact ( ) : bool
Результат bool

ShouldSerializeReferenceTypes() публичный Метод

public ShouldSerializeReferenceTypes ( ) : bool
Результат bool

ShouldSerializeSubAttributes() публичный Метод

public ShouldSerializeSubAttributes ( ) : bool
Результат bool