C# Class Swagger.Net.ResourceModels.ResourceModelPropertyNode

Represents a ResourceModel's property.
Inheritance: ResourceModelNodeBase
ファイルを表示 Open project: giacomelli/DG-Swagger.Net Class Usage Examples

Public Methods

Method Description
DefineContainerType ( Type type ) : void
ResourceModelPropertyNode ( ) : System

Initializes a new ResourceModelPropertyNode instance.

Method Details

DefineContainerType() public method

public DefineContainerType ( Type type ) : void
type System.Type
return void

ResourceModelPropertyNode() public method

Initializes a new ResourceModelPropertyNode instance.
public ResourceModelPropertyNode ( ) : System
return System