C# Class AtomTester.GenericGroup

Datei anzeigen Open project: softwarevidal/vidal-atom-csharp-example

Public Properties

Property Type Description
genTypeLink System.Uri
id int
name String
type String

Public Methods

Method Description
GenericGroup ( int id, String name, String type, Uri genTypeLink ) : System

Method Details

GenericGroup() public method

public GenericGroup ( int id, String name, String type, Uri genTypeLink ) : System
id int
name String
type String
genTypeLink System.Uri
return System

Property Details

genTypeLink public_oe property

public Uri,System genTypeLink
return System.Uri

id public_oe property

public int id
return int

name public_oe property

public String name
return String

type public_oe property

public String type
return String