C# Class MCloud.NodeOptions

Each node driver has a different option set for creating nodes. This is an abstract class that all of the NodeOption implentations inherit from, you should use the driver specific NodeOptions classes when you create a node such as MCloud.Linode.LinodeNodeDriver.
Afficher le fichier Open project: jacksonh/MCloud Class Usage Examples

Méthodes publiques

Méthode Description
GetOptions ( ) : System.Reflection.PropertyInfo[]

Method Details

GetOptions() public méthode

public GetOptions ( ) : System.Reflection.PropertyInfo[]
Résultat System.Reflection.PropertyInfo[]