C# Class Owin.Scim.Model.ScimAttributeSchema

A complex type that defines service provider attributes and their qualities.
Exibir arquivo Open project: PowerDMS/Owin.Scim

Private Properties

Property Type Description

Public Methods

Method 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 method

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.
return System.Collections.Generic

ShouldSerializeCanonicalValues() public method

public ShouldSerializeCanonicalValues ( ) : bool
return bool

ShouldSerializeCaseExact() public method

public ShouldSerializeCaseExact ( ) : bool
return bool

ShouldSerializeReferenceTypes() public method

public ShouldSerializeReferenceTypes ( ) : bool
return bool

ShouldSerializeSubAttributes() public method

public ShouldSerializeSubAttributes ( ) : bool
return bool