ReflectAttribute
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public class ReflectAttribute
Properties
Name
View Source
Declaration
public string Name { get; set; }
ConstructorArgs
View Source
Declaration
public List<KeyValuePair<PropertyInfo, object>> ConstructorArgs { get; set; }
PropertyArgs
View Source
Declaration
public List<KeyValuePair<PropertyInfo, object>> PropertyArgs { get; set; }