Rakuten RMS WEB API client for .NET
RequiredAttribute
Namespace: Rakuten.RMS.Api.ItemAPI20
public class RequiredAttribute : System.ComponentModel.DataAnnotations.RequiredAttribute
Inheritance Object → Attribute → ValidationAttribute → RequiredAttribute → RequiredAttribute
Properties
AllowEmptyStrings
public bool AllowEmptyStrings { get; set; }
Property Value
Conditional
public bool Conditional { get; set; }
Property Value
ConditionMethod
public string ConditionMethod { get; set; }
Property Value
ErrorMessage
public string ErrorMessage { get; set; }
Property Value
ErrorMessageResourceName
public string ErrorMessageResourceName { get; set; }
Property Value
ErrorMessageResourceType
public Type ErrorMessageResourceType { get; set; }
Property Value
Patch
public bool Patch { get; set; }
Property Value
RequiresValidationContext
public bool RequiresValidationContext { get; }
Property Value
TypeId
public object TypeId { get; }
Property Value
Upsert
public bool Upsert { get; set; }
Property Value
Constructors
RequiredAttribute()
public RequiredAttribute()