ReferencesAttribute
Document a reference to an external Type, used to create simple Foreign Key references
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = true)]
public class ReferencesAttribute : AttributeBase, _Attribute
Properties
Type
View Source
Declaration
public Type Type { get; set; }
Implements
System.Runtime.InteropServices._Attribute