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

Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

AgentKey() public méthode

public AgentKey ( ) : System
Résultat System

AgentKey() public méthode

public AgentKey ( string orgId, string name ) : System
orgId string
name string
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string