C# Class SyrupPayToken.Claims.Error

Inheritance: Element
ファイルを表示 Open project: SKplanet/syruppay-csharp

Public Methods

Method Description
SetDescription ( string description ) : Error
SetType ( ErrorType type ) : Error
ValidRequired ( ) : void

Method Details

SetDescription() public method

public SetDescription ( string description ) : Error
description string
return Error

SetType() public method

public SetType ( ErrorType type ) : Error
type ErrorType
return Error

ValidRequired() public method

public ValidRequired ( ) : void
return void