Class FieldInfoRelation
Relation to other table database field.
Carrier object for FieldInfoRelation. Services for the FieldInfoRelation Carrier is available from the UserDefinedFieldInfo Agent.Inherited Members
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class FieldInfoRelation : FieldInfoBase
Constructors
FieldInfoRelation()
Default constructor
Declaration
public FieldInfoRelation()
See Also
Properties
DefaultValue
Default record id.
Declaration
[DataMember]
public virtual int DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
MdoListName
MDO list name used to populate this list. (Read-only - derived from TargetTable)
Declaration
[DataMember]
public virtual string MdoListName { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
TargetLabel
Display name on target entity.
Declaration
[DataMember]
public virtual string TargetLabel { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
TargetTable
Name of target table: 'contact', 'y_equipment'
Declaration
[DataMember]
public virtual string TargetTable { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
UseDropDown
Show as dropdown list on target?
Declaration
[DataMember]
public virtual bool UseDropDown { get; set; }
Property Value
Type | Description |
---|---|
bool |
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. |