Class Carrier
Base class for carrier objects Implementing common carrier properties
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
public class Carrier : Object
Constructors
Carrier()
Default constructor
Declaration
public Carrier()
Properties
FieldProperties
Field property dictionary mapping field names to field access rights.
Declaration
public virtual FieldPropertyDictionary FieldProperties { get; set; }
Property Value
Type | Description |
---|---|
FieldPropertyDictionary |
TableRight
The carrier's table right
Declaration
public virtual TableRight TableRight { get; set; }
Property Value
Type | Description |
---|---|
TableRight |
Extension Methods
EnumUtil.MapEnums<From, To>(From)