C# 클래스 Sage.Integration.Northwind.Adapter.Transformations.TransformationBase

파일 보기 프로젝트 열기: Sage/SData-Contracts

보호된 프로퍼티들

프로퍼티 타입 설명
_config Sage.Integration.Northwind.Application.NorthwindConfig
_context Sage.Integration.Northwind.Adapter.Common.RequestContext
_correlatedResSyncInfoStore ICorrelatedResSyncInfoStore
_datasetLink string

공개 메소드들

메소드 설명
TransformationBase ( RequestContext context, SupportedResourceKinds resourceKind ) : System

보호된 메소드들

메소드 설명
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

메소드 상세

GetLocalId() 보호된 메소드

protected GetLocalId ( System.Guid uuid ) : string
uuid System.Guid
리턴 string

GetLocalId() 보호된 메소드

protected GetLocalId ( string uuidString ) : string
uuidString string
리턴 string

GetSDataId() 보호된 메소드

protected GetSDataId ( string id ) : string
id string
리턴 string

GetUuid() 보호된 메소드

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

GetUuidAsGuid() 보호된 메소드

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

GuidIsNullOrEmpty() 보호된 메소드

protected GuidIsNullOrEmpty ( System.Guid guid ) : bool
guid System.Guid
리턴 bool

SetCommonProperties() 보호된 메소드

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

StringToGuid() 보호된 메소드

protected StringToGuid ( string guid ) : System.Guid
guid string
리턴 System.Guid

TransformationBase() 공개 메소드

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

프로퍼티 상세

_config 보호되어 있는 프로퍼티

protected NorthwindConfig,Sage.Integration.Northwind.Application _config
리턴 Sage.Integration.Northwind.Application.NorthwindConfig

_context 보호되어 있는 프로퍼티

protected RequestContext,Sage.Integration.Northwind.Adapter.Common _context
리턴 Sage.Integration.Northwind.Adapter.Common.RequestContext

_correlatedResSyncInfoStore 보호되어 있는 프로퍼티

protected ICorrelatedResSyncInfoStore _correlatedResSyncInfoStore
리턴 ICorrelatedResSyncInfoStore

_datasetLink 보호되어 있는 프로퍼티

protected string _datasetLink
리턴 string