C# 클래스 ArcGISRuntimeXamarin.Managers.SampleManager

Single instance class to manage samples.
파일 보기 프로젝트 열기: Esri/arcgis-runtime-samples-dotnet

공개 메소드들

메소드 설명
GetFeaturedSamples ( ) : List

Gets featured samples.

GetMetadataManifest ( string path ) : Stream

Returns a Stream based on the individual sample metadata.json file.

GetMetadataManifestAsBytes ( string path ) : byte[]
GetSamplesAsTree ( ) : List

Gets all samples as a tree.

InitializeAsync ( ) : System.Threading.Tasks.Task
InitializeAsync ( Activity context ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
CreateAllAsync ( ) : System.Threading.Tasks.Task

Creates whole sample structure.

SampleManager ( ) : System

메소드 상세

GetFeaturedSamples() 공개 메소드

Gets featured samples.
public GetFeaturedSamples ( ) : List
리턴 List

GetMetadataManifest() 공개 메소드

Returns a Stream based on the individual sample metadata.json file.
public GetMetadataManifest ( string path ) : Stream
path string String path to the metadata file.
리턴 Stream

GetMetadataManifestAsBytes() 공개 메소드

public GetMetadataManifestAsBytes ( string path ) : byte[]
path string
리턴 byte[]

GetSamplesAsTree() 공개 메소드

Gets all samples as a tree.
public GetSamplesAsTree ( ) : List
리턴 List

InitializeAsync() 공개 메소드

public InitializeAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

InitializeAsync() 공개 메소드

public InitializeAsync ( Activity context ) : System.Threading.Tasks.Task
context Activity
리턴 System.Threading.Tasks.Task