Свойство | Type | Description | |
---|---|---|---|
OnDescriptionChanged | void | ||
OnDescriptionChanging | void | ||
OnFileNameChanged | void | ||
OnFileNameChanging | void | ||
OnIdChanged | void | ||
OnIdChanging | void |
Méthode | Description | |
---|---|---|
CreateFile ( global id, global fileName, global description ) : |
Create a new File object.
|
Méthode | Description | |
---|---|---|
OnDescriptionChanged ( ) : void | ||
OnDescriptionChanging ( global value ) : void | ||
OnFileNameChanged ( ) : void | ||
OnFileNameChanging ( global value ) : void | ||
OnIdChanged ( ) : void | ||
OnIdChanging ( global value ) : void |
public static CreateFile ( global id, global fileName, global description ) : |
||
id | global | Initial value of the Id property. |
fileName | global | Initial value of the FileName property. |
description | global | Initial value of the Description property. |
Résultat |