C# 클래스 Catrobat.IDE.Core.Services.Common.TraceService

상속: ITraceService
파일 보기 프로젝트 열기: Catrobat/CatrobatForWindows

공개 메소드들

메소드 설명
Add ( TraceEntry entry ) : void
Add ( TraceType type, string title ) : void
Add ( TraceType type, string title, string description ) : void
Add ( TraceType type, string title, string description, string content ) : void
CreateTraceString ( ) : string
LoadLocal ( ) : Task
SaveLocal ( ) : Task
TraceService ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( TraceEntry entry ) : void
entry TraceEntry
리턴 void

Add() 공개 메소드

public Add ( TraceType type, string title ) : void
type TraceType
title string
리턴 void

Add() 공개 메소드

public Add ( TraceType type, string title, string description ) : void
type TraceType
title string
description string
리턴 void

Add() 공개 메소드

public Add ( TraceType type, string title, string description, string content ) : void
type TraceType
title string
description string
content string
리턴 void

CreateTraceString() 공개 메소드

public CreateTraceString ( ) : string
리턴 string

LoadLocal() 공개 메소드

public LoadLocal ( ) : Task
리턴 Task

SaveLocal() 공개 메소드

public SaveLocal ( ) : Task
리턴 Task

TraceService() 공개 메소드

public TraceService ( ) : System
리턴 System