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!
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Méthodes publiques

Свойство Type Description
Assembly string
ConstructorParamAssembly string
ConstructorParamType string
Name string
Type string
Value string

Méthodes publiques

Méthode Description
ToString ( ) : string

ToString()

Method Details

ToString() public méthode

ToString()
public ToString ( ) : string
Résultat string

Property Details

Assembly public_oe property

public string Assembly
Résultat string

ConstructorParamAssembly public_oe property

public string ConstructorParamAssembly
Résultat string

ConstructorParamType public_oe property

public string ConstructorParamType
Résultat string

Name public_oe property

public string Name
Résultat string

Type public_oe property

public string Type
Résultat string

Value public_oe property

public string Value
Résultat string