C# 클래스 j64.Harmony.Web.Repository.SmartAppRepository

파일 보기 프로젝트 열기: joejarvis64/j64.Harmony 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string newCode ) : Task
CreateOrReplace ( string appName, string fileName ) : Task
EnableOauth ( ) : Task
Find ( string smartAppName ) : Task
Publish ( ) : Task
SmartAppRepository ( SmartThingsConnection smartThingsConnection ) : System
SmartAppRepository ( SmartThingsConnection smartThingsConnection, string appName, string fileName ) : System
Update ( string newCode ) : Task

비공개 메소드들

메소드 설명
FindVarInSrc ( string varname ) : string

메소드 상세

Create() 공개 메소드

public Create ( string newCode ) : Task
newCode string
리턴 Task

CreateOrReplace() 공개 메소드

public CreateOrReplace ( string appName, string fileName ) : Task
appName string
fileName string
리턴 Task

EnableOauth() 공개 메소드

public EnableOauth ( ) : Task
리턴 Task

Find() 공개 메소드

public Find ( string smartAppName ) : Task
smartAppName string
리턴 Task

Publish() 공개 메소드

public Publish ( ) : Task
리턴 Task

SmartAppRepository() 공개 메소드

public SmartAppRepository ( SmartThingsConnection smartThingsConnection ) : System
smartThingsConnection SmartThingsConnection
리턴 System

SmartAppRepository() 공개 메소드

public SmartAppRepository ( SmartThingsConnection smartThingsConnection, string appName, string fileName ) : System
smartThingsConnection SmartThingsConnection
appName string
fileName string
리턴 System

Update() 공개 메소드

public Update ( string newCode ) : Task
newCode string
리턴 Task