Class FieldInfoDynamicLink
Dynamic Link custom database field. Links are resolved indirectly via by CS.
Carrier object for FieldInfoDynamicLink. Services for the FieldInfoDynamicLink Carrier is available from the IUserDefinedFieldInfoAgent.Inherited Members
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class FieldInfoDynamicLink : FieldInfoBase
Constructors
FieldInfoDynamicLink()
Default constructor
Declaration
public FieldInfoDynamicLink()
See Also
Properties
LinkName
Display text for link.
Declaration
public virtual string LinkName { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
LinkValue
URL link value. May contain CS tags to be replaced.
Declaration
public virtual string LinkValue { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
Overrides
See Also
ToString(String)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public override string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
String | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
String | The carrier contents. |