Method | Description | |
---|---|---|
ContainsPublisher ( |
Gets if this subscription contains the publisher.
|
|
ContainsTheSameLogSearchCriteria ( |
||
CreateAssembly ( |
Creates a topic from the specified assembly.
|
|
CreateAssembly ( string name ) : |
Creates a topic from the specified assembly file name.
|
|
CreateType ( |
Creates a type topic on a specified type.
|
|
CreateType ( string name ) : |
Creates a topic from the specified list
|
|
CreateUniversal ( ) : |
Creates a universal topic.
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
Method | Description | |
---|---|---|
PublisherFilter ( FilterType filterType ) : System |
Creates a either Universal or LogSource Topic
|
|
PublisherFilter ( FilterType filterType, string text ) : System |
Creates an Assembly, Type.
|
|
TrimAfterFullName ( string name ) : string |
Trims the unused information after the namespace.class+subclass details.
|
public ContainsPublisher ( |
||
publisher | the publisher to check | |
return | bool |
public ContainsTheSameLogSearchCriteria ( |
||
other | ||
return | bool |
public static CreateAssembly ( |
||
assembly | ||
return |
public static CreateAssembly ( string name ) : |
||
name | string | the assembly file name (.dll or .exe) |
return |
public static CreateType ( |
||
type | ||
return |
public static CreateType ( string name ) : |
||
name | string | |
return |
public static CreateUniversal ( ) : |
||
return |