C# Class Swagger.Net.ResourceModels.ResourceModelPropertyNode

Represents a ResourceModel's property.
Inheritance: ResourceModelNodeBase
Afficher le fichier Open project: giacomelli/DG-Swagger.Net Class Usage Examples

Méthodes publiques

Méthode Description
DefineContainerType ( Type type ) : void
ResourceModelPropertyNode ( ) : System

Initializes a new ResourceModelPropertyNode instance.

Method Details

DefineContainerType() public méthode

public DefineContainerType ( Type type ) : void
type System.Type
Résultat void

ResourceModelPropertyNode() public méthode

Initializes a new ResourceModelPropertyNode instance.
public ResourceModelPropertyNode ( ) : System
Résultat System