C# 클래스 Owin.Scim.ErrorHandling.ScimErrorDetail

파일 보기 프로젝트 열기: PowerDMS/Owin.Scim

공개 메소드들

메소드 설명
AttributeImmutable ( string attribute ) : string
AttributeReadOnly ( string attribute ) : string
AttributeRequired ( string attribute ) : string
AttributeUnique ( string attribute ) : string
NotFound ( string resourceId ) : string

메소드 상세

AttributeImmutable() 공개 정적인 메소드

public static AttributeImmutable ( string attribute ) : string
attribute string
리턴 string

AttributeReadOnly() 공개 정적인 메소드

public static AttributeReadOnly ( string attribute ) : string
attribute string
리턴 string

AttributeRequired() 공개 정적인 메소드

public static AttributeRequired ( string attribute ) : string
attribute string
리턴 string

AttributeUnique() 공개 정적인 메소드

public static AttributeUnique ( string attribute ) : string
attribute string
리턴 string

NotFound() 공개 정적인 메소드

public static NotFound ( string resourceId ) : string
resourceId string
리턴 string