Skip to main content

MetadataPropertyType

Assembly: ServiceStack.Client.dll
View Source
Declaration
[Exclude(Feature.Soap)]
public class MetadataPropertyType

Properties

PropertyInfo

View Source
Declaration
[IgnoreDataMember]
public PropertyInfo PropertyInfo { get; set; }

PropertyType

View Source
Declaration
[IgnoreDataMember]
public Type PropertyType { get; set; }

Items

View Source
Declaration
[IgnoreDataMember]
public Dictionary<string, object> Items { get; set; }

Name

View Source
Declaration
public string Name { get; set; }

Type

View Source
Declaration
public string Type { get; set; }

Namespace

View Source
Declaration
public string Namespace { get; set; }

IsValueType

View Source
Declaration
public bool? IsValueType { get; set; }

IsEnum

View Source
Declaration
public bool? IsEnum { get; set; }

IsPrimaryKey

View Source
Declaration
public bool? IsPrimaryKey { get; set; }

GenericArgs

View Source
Declaration
public string[] GenericArgs { get; set; }

Value

View Source
Declaration
public string Value { get; set; }

Description

View Source
Declaration
public string Description { get; set; }

DataMember

View Source
Declaration
public MetadataDataMember DataMember { get; set; }

ReadOnly

View Source
Declaration
public bool? ReadOnly { get; set; }

ParamType

View Source
Declaration
public string ParamType { get; set; }

DisplayType

View Source
Declaration
public string DisplayType { get; set; }

IsRequired

View Source
Declaration
public bool? IsRequired { get; set; }

AllowableValues

View Source
Declaration
public string[] AllowableValues { get; set; }

AllowableMin

View Source
Declaration
public int? AllowableMin { get; set; }

AllowableMax

View Source
Declaration
public int? AllowableMax { get; set; }

Attributes

View Source
Declaration
public List<MetadataAttribute> Attributes { get; set; }

UploadTo

View Source
Declaration
public string UploadTo { get; set; }

Input

View Source
Declaration
public InputInfo Input { get; set; }

Format

View Source
Declaration
public FormatInfo Format { get; set; }

Ref

View Source
Declaration
public RefInfo Ref { get; set; }