C# 클래스 Sage.SData.Client.Framework.SDataUri

상속: Sage.SData.Client.Framework.UriFormatter
파일 보기 프로젝트 열기: Saleslogix/SDataCSharpClientLib 1 사용 예제들

공개 메소드들

메소드 설명
BuildLocalPath ( ) : SDataUri

Builds a local path from the specified segments.

BuildLocalPath ( IEnumerable segments ) : SDataUri

Builds a local path from the specified segments.

SDataUri ( ) : System

Initialises a new instance of the SDataUri class.

SDataUri ( SDataUri uri ) : System

Initialises a new instance of the SDataUri class with the specified Uri.

SDataUri ( SerializationInfo info, StreamingContext context ) : System

Initialises a new instance of the UriFormatter class.

SDataUri ( Uri uri ) : System

Initialises a new instance of the SDataUri class with the specified Uri.

SDataUri ( UriFormatter uri ) : System

Initialises a new instance of the SDataUri class with the specified Uri.

SDataUri ( string uri ) : System

Initialises a new instance of the SDataUri class with the specified Uri.

비공개 메소드들

메소드 설명
FindServiceSegment ( ) : UriPathSegment

메소드 상세

BuildLocalPath() 공개 메소드

Builds a local path from the specified segments.
public BuildLocalPath ( ) : SDataUri
리턴 SDataUri

BuildLocalPath() 공개 메소드

Builds a local path from the specified segments.
public BuildLocalPath ( IEnumerable segments ) : SDataUri
segments IEnumerable Array of path segments.
리턴 SDataUri

SDataUri() 공개 메소드

Initialises a new instance of the SDataUri class.
public SDataUri ( ) : System
리턴 System

SDataUri() 공개 메소드

Initialises a new instance of the SDataUri class with the specified Uri.
public SDataUri ( SDataUri uri ) : System
uri SDataUri The to assign.
리턴 System

SDataUri() 공개 메소드

Initialises a new instance of the UriFormatter class.
public SDataUri ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

SDataUri() 공개 메소드

Initialises a new instance of the SDataUri class with the specified Uri.
public SDataUri ( Uri uri ) : System
uri System.Uri The to assign.
리턴 System

SDataUri() 공개 메소드

Initialises a new instance of the SDataUri class with the specified Uri.
public SDataUri ( UriFormatter uri ) : System
uri UriFormatter The to assign.
리턴 System

SDataUri() 공개 메소드

Initialises a new instance of the SDataUri class with the specified Uri.
public SDataUri ( string uri ) : System
uri string The to assign.
리턴 System