C# Class Tp.Integration.Messages.ServiceBus.Serialization.ObjectInfo

This struct supports the Yaowi Framework infrastructure and is not intended to be used directly from your code.

This struct records relevant object information.

Strings in a struct? Strings are reference types and structs should not contain types like this. TODO!
Show file Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Public Properties

Property Type Description
Assembly string
ConstructorParamAssembly string
ConstructorParamType string
Name string
Type string
Value string

Public Methods

Method Description
ToString ( ) : string

ToString()

Method Details

ToString() public method

ToString()
public ToString ( ) : string
return string

Property Details

Assembly public property

public string Assembly
return string

ConstructorParamAssembly public property

public string ConstructorParamAssembly
return string

ConstructorParamType public property

public string ConstructorParamType
return string

Name public property

public string Name
return string

Type public property

public string Type
return string

Value public property

public string Value
return string