C# 클래스 Castle.ActiveRecord.Tests.Model.CompositeModel.AgentKey

파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AgentKey ( ) : System
AgentKey ( string orgId, string name ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

메소드 상세

AgentKey() 공개 메소드

public AgentKey ( ) : System
리턴 System

AgentKey() 공개 메소드

public AgentKey ( string orgId, string name ) : System
orgId string
name string
리턴 System

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string