Skip to main content

RefAttribute

Define UI References to external Data Models

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public class RefAttribute : AttributeBase, _Attribute

Properties

Model

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

RefId

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

RefLabel

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

SelfId

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

Implements

  • System.Runtime.InteropServices._Attribute