C# 클래스 Sage.Integration.Northwind.Feeds.SyncFeedEntryLink

상속: ICloneable
파일 보기 프로젝트 열기: Sage/SData-Contracts 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object
CreateRelatedLink ( string href, string title, string payloadPath, string uuid ) : SyncFeedEntryLink
CreateSchemaLink ( string href ) : SyncFeedEntryLink
CreateSelfLink ( string href ) : SyncFeedEntryLink
GetRelString ( RelEnum value ) : string
GetTypeString ( LinkTypeEnum value ) : string

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

CreateRelatedLink() 공개 정적인 메소드

public static CreateRelatedLink ( string href, string title, string payloadPath, string uuid ) : SyncFeedEntryLink
href string
title string
payloadPath string
uuid string
리턴 SyncFeedEntryLink

CreateSchemaLink() 공개 정적인 메소드

public static CreateSchemaLink ( string href ) : SyncFeedEntryLink
href string
리턴 SyncFeedEntryLink

CreateSelfLink() 공개 정적인 메소드

public static CreateSelfLink ( string href ) : SyncFeedEntryLink
href string
리턴 SyncFeedEntryLink

GetRelString() 공개 정적인 메소드

public static GetRelString ( RelEnum value ) : string
value RelEnum
리턴 string

GetTypeString() 공개 정적인 메소드

public static GetTypeString ( LinkTypeEnum value ) : string
value LinkTypeEnum
리턴 string