Show / Hide Table of Contents

Class Carrier

Base class for carrier objects Implementing common carrier properties

Inheritance
object
Carrier
GrantedModuleLicense
SoSystemInfoCarrier
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.6.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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top