C# Class Sage.Integration.Northwind.Adapter.Transformations.TransformationBase

Afficher le fichier Open project: Sage/SData-Contracts

Protected Properties

Свойство Type Description
_config Sage.Integration.Northwind.Application.NorthwindConfig
_context Sage.Integration.Northwind.Adapter.Common.RequestContext
_correlatedResSyncInfoStore ICorrelatedResSyncInfoStore
_datasetLink string

Méthodes publiques

Méthode Description
TransformationBase ( RequestContext context, SupportedResourceKinds resourceKind ) : System

Méthodes protégées

Méthode Description
GetLocalId ( System.Guid uuid ) : string
GetLocalId ( string uuidString ) : string
GetSDataId ( string id ) : string
GetUuid ( string localId, string uuidString ) : System.Guid
GetUuidAsGuid ( string localId, string uuidString ) : CorrelatedResSyncInfo
GuidIsNullOrEmpty ( System.Guid guid ) : bool
SetCommonProperties ( Sage document, string descriptor, Sage entry ) : void
StringToGuid ( string guid ) : System.Guid

Method Details

GetLocalId() protected méthode

protected GetLocalId ( System.Guid uuid ) : string
uuid System.Guid
Résultat string

GetLocalId() protected méthode

protected GetLocalId ( string uuidString ) : string
uuidString string
Résultat string

GetSDataId() protected méthode

protected GetSDataId ( string id ) : string
id string
Résultat string

GetUuid() protected méthode

protected GetUuid ( string localId, string uuidString ) : System.Guid
localId string
uuidString string
Résultat System.Guid

GetUuidAsGuid() protected méthode

protected GetUuidAsGuid ( string localId, string uuidString ) : CorrelatedResSyncInfo
localId string
uuidString string
Résultat Sage.Sis.Sdata.Sync.Storage.Syndication.CorrelatedResSyncInfo

GuidIsNullOrEmpty() protected méthode

protected GuidIsNullOrEmpty ( System.Guid guid ) : bool
guid System.Guid
Résultat bool

SetCommonProperties() protected méthode

protected SetCommonProperties ( Sage document, string descriptor, Sage entry ) : void
document Sage
descriptor string
entry Sage
Résultat void

StringToGuid() protected méthode

protected StringToGuid ( string guid ) : System.Guid
guid string
Résultat System.Guid

TransformationBase() public méthode

public TransformationBase ( RequestContext context, SupportedResourceKinds resourceKind ) : System
context Sage.Integration.Northwind.Adapter.Common.RequestContext
resourceKind SupportedResourceKinds
Résultat System

Property Details

_config protected_oe property

protected NorthwindConfig,Sage.Integration.Northwind.Application _config
Résultat Sage.Integration.Northwind.Application.NorthwindConfig

_context protected_oe property

protected RequestContext,Sage.Integration.Northwind.Adapter.Common _context
Résultat Sage.Integration.Northwind.Adapter.Common.RequestContext

_correlatedResSyncInfoStore protected_oe property

protected ICorrelatedResSyncInfoStore _correlatedResSyncInfoStore
Résultat ICorrelatedResSyncInfoStore

_datasetLink protected_oe property

protected string _datasetLink
Résultat string