C# Class SilverlightMappingToolBasic.MapDepth.Conductor

Afficher le fichier Open project: chris-tomich/Glyma

Méthodes publiques

Méthode Description
HasSearched ( System.Guid nodeProxyId ) : bool
IsActive ( System.Guid nodeProxyId ) : bool

Check to see if it's already active reducing the number of calls

MakeMeActive ( System.Guid nodeProxyId ) : void
MakeMeInActive ( System.Guid nodeProxyId ) : void
ToString ( ) : string

Private Methods

Méthode Description
Conductor ( ) : System

Method Details

HasSearched() public méthode

public HasSearched ( System.Guid nodeProxyId ) : bool
nodeProxyId System.Guid
Résultat bool

IsActive() public méthode

Check to see if it's already active reducing the number of calls
public IsActive ( System.Guid nodeProxyId ) : bool
nodeProxyId System.Guid
Résultat bool

MakeMeActive() public méthode

public MakeMeActive ( System.Guid nodeProxyId ) : void
nodeProxyId System.Guid
Résultat void

MakeMeInActive() public méthode

public MakeMeInActive ( System.Guid nodeProxyId ) : void
nodeProxyId System.Guid
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string