SBPaymentService.NET

SB Payment Service .NET library

< クラス一覧


ElementAttribute

Namespace: SBPaymentService

通信データに含めるべきデータ項目を指定。order はハッシュ計算に必須の項目順番号。 リクエストデータには必須。 応答データには不要。

public class ElementAttribute : System.Attribute

Inheritance ObjectAttributeElementAttribute

Fields

Type9Pattern

public static Regex Type9Pattern;

TypeMPattern

public static Regex TypeMPattern;

TypeXPattern

public static Regex TypeXPattern;

Properties

Length

public int Length { get; set; }

Property Value

Int32

MinLength

public int MinLength { get; set; }

Property Value

Int32

Name

public string Name { get; private set; }

Property Value

String

Required

public bool Required { get; set; }

Property Value

Boolean

Seq

public int Seq { get; private set; }

Property Value

Int32

Type

public DataType Type { get; set; }

Property Value

DataType

TypeId

public object TypeId { get; }

Property Value

Object

ValidRegex

public string ValidRegex { get; set; }

Property Value

String

Constructors

ElementAttribute(Int32, String)

public ElementAttribute(int order, string name)

Parameters

order Int32

name String


< クラス一覧