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

ファイルを表示 Open project: Sage/SData-Contracts

Protected Properties

Property Type Description
_config Sage.Integration.Northwind.Application.NorthwindConfig
_context Sage.Integration.Northwind.Adapter.Common.RequestContext
_correlatedResSyncInfoStore ICorrelatedResSyncInfoStore
_datasetLink string

Public Methods

Method Description
TransformationBase ( RequestContext context, SupportedResourceKinds resourceKind ) : System

Protected Methods

Method 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 method

protected GetLocalId ( System.Guid uuid ) : string
uuid System.Guid
return string

GetLocalId() protected method

protected GetLocalId ( string uuidString ) : string
uuidString string
return string

GetSDataId() protected method

protected GetSDataId ( string id ) : string
id string
return string

GetUuid() protected method

protected GetUuid ( string localId, string uuidString ) : System.Guid
localId string
uuidString string
return System.Guid

GetUuidAsGuid() protected method

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

GuidIsNullOrEmpty() protected method

protected GuidIsNullOrEmpty ( System.Guid guid ) : bool
guid System.Guid
return bool

SetCommonProperties() protected method

protected SetCommonProperties ( Sage document, string descriptor, Sage entry ) : void
document Sage
descriptor string
entry Sage
return void

StringToGuid() protected method

protected StringToGuid ( string guid ) : System.Guid
guid string
return System.Guid

TransformationBase() public method

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

Property Details

_config protected_oe property

protected NorthwindConfig,Sage.Integration.Northwind.Application _config
return Sage.Integration.Northwind.Application.NorthwindConfig

_context protected_oe property

protected RequestContext,Sage.Integration.Northwind.Adapter.Common _context
return Sage.Integration.Northwind.Adapter.Common.RequestContext

_correlatedResSyncInfoStore protected_oe property

protected ICorrelatedResSyncInfoStore _correlatedResSyncInfoStore
return ICorrelatedResSyncInfoStore

_datasetLink protected_oe property

protected string _datasetLink
return string