C# Class Posh.AttributeUpdate

Helper class for attribute updates
Afficher le fichier Open project: vvvv/Posh

Méthodes publiques

Свойство Type Description
attributes object
id string

Méthodes publiques

Méthode Description
AttributeUpdate ( string id, object attributes ) : System

Method Details

AttributeUpdate() public méthode

public AttributeUpdate ( string id, object attributes ) : System
id string
attributes object
Résultat System

Property Details

attributes public_oe property

public object attributes
Résultat object

id public_oe property

public string id
Résultat string