C# 클래스 RusticiSoftware.TinCanAPILibrary.Model.Activity

상속: StatementTarget
파일 보기 프로젝트 열기: RusticiSoftware/TinCanAPILibraryCSharp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
OBJECT_TYPE string

공개 메소드들

메소드 설명
Activity ( ) : System
Activity ( string id ) : System
Activity ( string id, ActivityDefinition definition ) : System
Validate ( bool earlyReturnOnFailure ) : IEnumerable

메소드 상세

Activity() 공개 메소드

public Activity ( ) : System
리턴 System

Activity() 공개 메소드

public Activity ( string id ) : System
id string
리턴 System

Activity() 공개 메소드

public Activity ( string id, ActivityDefinition definition ) : System
id string
definition ActivityDefinition
리턴 System

Validate() 공개 메소드

public Validate ( bool earlyReturnOnFailure ) : IEnumerable
earlyReturnOnFailure bool
리턴 IEnumerable

프로퍼티 상세

OBJECT_TYPE 보호되어 있는 정적으로 프로퍼티

protected static string OBJECT_TYPE
리턴 string