C# Class Posh.RemoteContext

Afficher le fichier Open project: vvvv/Posh Class Usage Examples

Méthodes publiques

Свойство Type Description
SessionName string
Updates List

Méthodes publiques

Méthode Description
AddAttributeUpdate ( string ID, string name, object value ) : void
AddContentUpdate ( SvgElement element ) : void
AddElement ( SvgElement element ) : void
AddRemoveElement ( SvgElement element ) : void
ClearAdd ( ) : void
ClearAll ( ) : void
ClearAttributeUpdates ( ) : void
ClearContentUpdates ( ) : void
ClearRemove ( ) : void
GetAddXML ( ) : string
GetAttributeUpdateJson ( ) : string
GetContentUpdateJson ( ) : string
GetRemoveJson ( ) : string
HasAddElements ( ) : bool
HasAttributeUpdates ( ) : bool
HasContentUpdates ( ) : bool
HasRemoveElements ( ) : bool
InsertElementBefore ( SvgElement element, SvgElement sibling ) : void
RemoveAddElementIfExists ( SvgElement element ) : bool
SetSessionID ( string sessionID ) : void

Méthodes protégées

Méthode Description
ExistsAddElement ( SvgElement elem ) : bool
ExistsContentElement ( SvgElement elem ) : bool
ExistsRemoveID ( string id ) : bool

Method Details

AddAttributeUpdate() public méthode

public AddAttributeUpdate ( string ID, string name, object value ) : void
ID string
name string
value object
Résultat void

AddContentUpdate() public méthode

public AddContentUpdate ( SvgElement element ) : void
element Svg.SvgElement
Résultat void

AddElement() public méthode

public AddElement ( SvgElement element ) : void
element Svg.SvgElement
Résultat void

AddRemoveElement() public méthode

public AddRemoveElement ( SvgElement element ) : void
element Svg.SvgElement
Résultat void

ClearAdd() public méthode

public ClearAdd ( ) : void
Résultat void

ClearAll() public méthode

public ClearAll ( ) : void
Résultat void

ClearAttributeUpdates() public méthode

public ClearAttributeUpdates ( ) : void
Résultat void

ClearContentUpdates() public méthode

public ClearContentUpdates ( ) : void
Résultat void

ClearRemove() public méthode

public ClearRemove ( ) : void
Résultat void

ExistsAddElement() protected méthode

protected ExistsAddElement ( SvgElement elem ) : bool
elem Svg.SvgElement
Résultat bool

ExistsContentElement() protected méthode

protected ExistsContentElement ( SvgElement elem ) : bool
elem Svg.SvgElement
Résultat bool

ExistsRemoveID() protected méthode

protected ExistsRemoveID ( string id ) : bool
id string
Résultat bool

GetAddXML() public méthode

public GetAddXML ( ) : string
Résultat string

GetAttributeUpdateJson() public méthode

public GetAttributeUpdateJson ( ) : string
Résultat string

GetContentUpdateJson() public méthode

public GetContentUpdateJson ( ) : string
Résultat string

GetRemoveJson() public méthode

public GetRemoveJson ( ) : string
Résultat string

HasAddElements() public méthode

public HasAddElements ( ) : bool
Résultat bool

HasAttributeUpdates() public méthode

public HasAttributeUpdates ( ) : bool
Résultat bool

HasContentUpdates() public méthode

public HasContentUpdates ( ) : bool
Résultat bool

HasRemoveElements() public méthode

public HasRemoveElements ( ) : bool
Résultat bool

InsertElementBefore() public méthode

public InsertElementBefore ( SvgElement element, SvgElement sibling ) : void
element Svg.SvgElement
sibling Svg.SvgElement
Résultat void

RemoveAddElementIfExists() public méthode

public RemoveAddElementIfExists ( SvgElement element ) : bool
element Svg.SvgElement
Résultat bool

SetSessionID() public méthode

public SetSessionID ( string sessionID ) : void
sessionID string
Résultat void

Property Details

SessionName public_oe property

public string SessionName
Résultat string

Updates public_oe property

public List Updates
Résultat List