Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


ValidateObjectAttribute

Namespace: Rakuten.RMS.Api.ItemAPI20

public class ValidateObjectAttribute : System.ComponentModel.DataAnnotations.ValidationAttribute

Inheritance ObjectAttribute → ValidationAttribute → ValidateObjectAttribute

Properties

ErrorMessage

public string ErrorMessage { get; set; }

Property Value

String

ErrorMessageResourceName

public string ErrorMessageResourceName { get; set; }

Property Value

String

ErrorMessageResourceType

public Type ErrorMessageResourceType { get; set; }

Property Value

Type

MaxOccur

public int MaxOccur { get; set; }

Property Value

Int32

MinOccur

public int MinOccur { get; set; }

Property Value

Int32

RequiresValidationContext

public bool RequiresValidationContext { get; }

Property Value

Boolean

TypeId

public object TypeId { get; }

Property Value

Object

Constructors

ValidateObjectAttribute()

public ValidateObjectAttribute()

ValidateObjectAttribute(Int32, Int32)

public ValidateObjectAttribute(int minOccur, int maxOccur)

Parameters

minOccur Int32

maxOccur Int32


< クラス一覧