C# Class Castle.ActiveRecord.Tests.Model.CompositeModel.AgentKey

Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AgentKey ( ) : System
AgentKey ( string orgId, string name ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

AgentKey() public method

public AgentKey ( ) : System
return System

AgentKey() public method

public AgentKey ( string orgId, string name ) : System
orgId string
name string
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string