C# 클래스 vwar.service.host.APIKey

파일 보기 프로젝트 열기: adlnet/3D-Repository 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Email string
Key string
State APIKeyState
Usage string

공개 메소드들

메소드 설명
APIKey ( ) : System
Equals ( object obj ) : bool

메소드 상세

APIKey() 공개 메소드

public APIKey ( ) : System
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

프로퍼티 상세

Email 공개적으로 프로퍼티

public string Email
리턴 string

Key 공개적으로 프로퍼티

public string Key
리턴 string

State 공개적으로 프로퍼티

public APIKeyState State
리턴 APIKeyState

Usage 공개적으로 프로퍼티

public string Usage
리턴 string