Свойство | Type | Description | |
---|---|---|---|
Properties | List |
||
Source | string | ||
Tags | List |
Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
AddCustomVariable ( string propertyType, string propertyName ) : |
||
Clone ( ) : |
||
GetCustomVariable ( string customVariableName ) : |
||
GetEvent ( string eventName ) : |
||
GetPropertyValue ( string propertyName ) : object | ||
GetReferencedFileSave ( string fileName ) : |
||
HasMemberWithName ( string memberName ) : bool | ||
ScreenSave ( ) : System | ||
SetCustomVariable ( string propertyName, object valueToSet ) : void | ||
ShouldSerializeCustomVariables ( ) : bool | ||
ShouldSerializeEvents ( ) : bool | ||
ShouldSerializeIsRequiredAtStartup ( ) : bool | ||
ShouldSerializeNamedObjects ( ) : bool | ||
ShouldSerializeProperties ( ) : bool | ||
ShouldSerializeReferencedFiles ( ) : bool | ||
ShouldSerializeStateCategoryList ( ) : bool | ||
ShouldSerializeStates ( ) : bool | ||
ShouldSerializeUseGlobalContent ( ) : bool | ||
ToString ( ) : string |
public AddCustomVariable ( string propertyType, string propertyName ) : |
||
propertyType | string | |
propertyName | string | |
Résultat |
public GetCustomVariable ( string customVariableName ) : |
||
customVariableName | string | |
Résultat |
public GetEvent ( string eventName ) : |
||
eventName | string | |
Résultat |
public GetPropertyValue ( string propertyName ) : object | ||
propertyName | string | |
Résultat | object |
public GetReferencedFileSave ( string fileName ) : |
||
fileName | string | |
Résultat |
public HasMemberWithName ( string memberName ) : bool | ||
memberName | string | |
Résultat | bool |
public SetCustomVariable ( string propertyName, object valueToSet ) : void | ||
propertyName | string | |
valueToSet | object | |
Résultat | void |
public ShouldSerializeCustomVariables ( ) : bool | ||
Résultat | bool |
public ShouldSerializeIsRequiredAtStartup ( ) : bool | ||
Résultat | bool |
public ShouldSerializeNamedObjects ( ) : bool | ||
Résultat | bool |
public ShouldSerializeProperties ( ) : bool | ||
Résultat | bool |
public ShouldSerializeReferencedFiles ( ) : bool | ||
Résultat | bool |
public ShouldSerializeStateCategoryList ( ) : bool | ||
Résultat | bool |
public ShouldSerializeUseGlobalContent ( ) : bool | ||
Résultat | bool |