Class RelationDefinitionEntity
Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for RelationDefinitionEntity.
A relation definition entity with source and destination tables
Inheritance
object ←
Carrier ←
RelationDefinitionEntity
Inherited Members
Carrier.TableRight,
Carrier.FieldProperties,
object.ToString(),
object.Equals(object),
object.Equals(object, object),
object.ReferenceEquals(object, object),
object.GetHashCode(),
object.GetType(),
object.MemberwiseClone()
Examples
Get RelationDefinitionEntity 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ListAgent(configuration);
var relationDefinitionEntity = agent.GetRelationDefinitionEntity( 123 );
Constructors
RelationDefinitionEntity()
Default constructor - defaults any enum props to 0.
Properties
Deleted
True if deleted
Property Value
bool
Destination
The destination of the relation
NULL if unknown enum value.
Property Value
RelationTarget?
See Also
RelationDefinitionEntity.Destination_String
Destination_String
The destination of the relation
Raw string enum value.
Property Value
string
See Also
RelationDefinitionEntity.Destination
Name
Active text
Property Value
string
PassiveText
Text used in passive direction
Property Value
string
Rank
Rank order
Property Value
short
ReldefId
Primary key
Property Value
int
Source
The source of the relation
NULL if unknown enum value.
Property Value
RelationTarget?
See Also
RelationDefinitionEntity.Source_String
Source_String
The source of the relation
Raw string enum value.
Property Value
string
See Also
RelationDefinitionEntity.Source
Tooltip or other description
Property Value
string
See Also
ListAgent