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!
Mostrar archivo 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_oe property

public string Assembly
return string

ConstructorParamAssembly public_oe property

public string ConstructorParamAssembly
return string

ConstructorParamType public_oe property

public string ConstructorParamType
return string

Name public_oe property

public string Name
return string

Type public_oe property

public string Type
return string

Value public_oe property

public string Value
return string