Property | Type | Description | |
---|---|---|---|
OnIsUpdatableChanged | void | ||
OnIsUpdatableChanging | void | ||
OnViewDefinitionChanged | void | ||
OnViewDefinitionChanging | void |
Method | Description | |
---|---|---|
CreateView ( string id, string name, bool isUpdatable ) : |
Create a new View object.
|
Method | Description | |
---|---|---|
OnIsUpdatableChanged ( ) : void | ||
OnIsUpdatableChanging ( bool value ) : void | ||
OnViewDefinitionChanged ( ) : void | ||
OnViewDefinitionChanging ( string value ) : void |
public static CreateView ( string id, string name, bool isUpdatable ) : |
||
id | string | Initial value of Id. |
name | string | Initial value of Name. |
isUpdatable | bool | Initial value of IsUpdatable. |
return |