C# Class Tp.Integration.Messages.PluginLifecycle.MashupPlaceholder

Mostrar archivo Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Public Methods

Method Description
Equals ( MashupPlaceholder other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
MashupPlaceholder ( string name )
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public method

public Equals ( MashupPlaceholder other ) : bool
other MashupPlaceholder
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

MashupPlaceholder() public method

public MashupPlaceholder ( string name )
name string

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool