C# Class SilverlightMappingToolBasic.MapDepth.Conductor

Exibir arquivo Open project: chris-tomich/Glyma

Public Methods

Method 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

Method Description
Conductor ( ) : System

Method Details

HasSearched() public method

public HasSearched ( System.Guid nodeProxyId ) : bool
nodeProxyId System.Guid
return bool

IsActive() public method

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

MakeMeActive() public method

public MakeMeActive ( System.Guid nodeProxyId ) : void
nodeProxyId System.Guid
return void

MakeMeInActive() public method

public MakeMeInActive ( System.Guid nodeProxyId ) : void
nodeProxyId System.Guid
return void

ToString() public method

public ToString ( ) : string
return string