Skip to main content

MetadataAttribute

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

Properties

Attribute

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

Name

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

ConstructorArgs

View Source
Declaration
public List<MetadataPropertyType> ConstructorArgs { get; set; }

Args

View Source
Declaration
public List<MetadataPropertyType> Args { get; set; }