C# 클래스 Owin.Scim.Model.ScimAttributeSchema

A complex type that defines service provider attributes and their qualities.
파일 보기 프로젝트 열기: PowerDMS/Owin.Scim

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