C# Class AtomTester.Company

Afficher le fichier Open project: softwarevidal/vidal-atom-csharp-example

Méthodes publiques

Свойство Type Description
id int
packagesLink System.Uri
productsLink System.Uri

Méthodes publiques

Méthode Description
Company ( int id, String name, Uri packagesLink, Uri productsLink ) : System

Method Details

Company() public méthode

public Company ( int id, String name, Uri packagesLink, Uri productsLink ) : System
id int
name String
packagesLink System.Uri
productsLink System.Uri
Résultat System

Property Details

id public_oe property

public int id
Résultat int

packagesLink public_oe property

public Uri,System packagesLink
Résultat System.Uri

productsLink public_oe property

public Uri,System productsLink
Résultat System.Uri