Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


RequiredAttribute

Namespace: Rakuten.RMS.Api.ItemAPI20

public class RequiredAttribute : System.ComponentModel.DataAnnotations.RequiredAttribute

Inheritance ObjectAttribute → ValidationAttribute → RequiredAttribute → RequiredAttribute

Properties

AllowEmptyStrings

public bool AllowEmptyStrings { get; set; }

Property Value

Boolean

Conditional

public bool Conditional { get; set; }

Property Value

Boolean

ConditionMethod

public string ConditionMethod { get; set; }

Property Value

String

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

Patch

public bool Patch { get; set; }

Property Value

Boolean

RequiresValidationContext

public bool RequiresValidationContext { get; }

Property Value

Boolean

TypeId

public object TypeId { get; }

Property Value

Object

Upsert

public bool Upsert { get; set; }

Property Value

Boolean

Constructors

RequiredAttribute()

public RequiredAttribute()

< クラス一覧