Class Carrier
Base class for carrier objects Implementing common carrier properties
Inherited Members
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
public class Carrier
Constructors
Carrier()
Default constructor
Declaration
public Carrier()
Properties
FieldProperties
Field property dictionary mapping field names to field access rights.
Declaration
[DataMember]
public virtual FieldPropertyDictionary FieldProperties { get; set; }
Property Value
Type | Description |
---|---|
FieldPropertyDictionary |
TableRight
The carrier's table right
Declaration
[DataMember]
public virtual TableRight TableRight { get; set; }
Property Value
Type | Description |
---|---|
TableRight |