C# 클래스 HealthMonitoring.Model.EndpointIdentity

파일 보기 프로젝트 열기: wongatech/HealthMonitoring 1 사용 예제들

공개 메소드들

메소드 설명
CreateNaturalKey ( string monitorType, string address ) : string
EndpointIdentity ( System.Guid id, string monitorType, string address ) : System
GetNaturalKey ( ) : string
ToString ( ) : string

메소드 상세

CreateNaturalKey() 공개 정적인 메소드

public static CreateNaturalKey ( string monitorType, string address ) : string
monitorType string
address string
리턴 string

EndpointIdentity() 공개 메소드

public EndpointIdentity ( System.Guid id, string monitorType, string address ) : System
id System.Guid
monitorType string
address string
리턴 System

GetNaturalKey() 공개 메소드

public GetNaturalKey ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string