Method | Description | |
---|---|---|
Add ( CK binding ) : void | ||
Add ( string target, string origin, BindingPosition position ) : void | ||
Contains ( SimpleBinding binding ) : bool | ||
ReadContent ( IStructuredReader sr ) : void | ||
Remove ( CK binding ) : void | ||
SerializableBindings ( ) : System | ||
WriteContent ( IStructuredWriter sw ) : void |
Method | Description | |
---|---|---|
Comparer ( SerializableBinding sb, SimpleBinding s ) : bool |
public Add ( string target, string origin, BindingPosition position ) : void | ||
target | string | |
origin | string | |
position | BindingPosition | |
return | void |
public Contains ( SimpleBinding binding ) : bool | ||
binding | SimpleBinding | |
return | bool |
public ReadContent ( IStructuredReader sr ) : void | ||
sr | IStructuredReader | |
return | void |
public WriteContent ( IStructuredWriter sw ) : void | ||
sw | IStructuredWriter | |
return | void |