Property | Type | Description |
---|
Method | Description | |
---|---|---|
Delete ( System.Guid configuredFormId ) : void |
Deletes the specified configured form.
|
|
Delete ( string configuredFormAlias ) : void |
Deletes the configured form with the specified alias.
|
|
JsonConfiguredFormPersistence ( ) : System |
Default constructor.
|
|
Persist ( ConfiguredForm configuredForm ) : void |
Persists a configured form to the file system.
|
|
Retrieve ( System.Guid configuredFormId ) : ConfiguredForm |
Gets the configured form with the specified ID.
|
|
Retrieve ( string configuredFormAlias ) : ConfiguredForm |
Gets the configured form with the specified alias.
|
|
RetrieveChildren ( System.Guid parentId ) : IEnumerable |
Gets all the configured forms that are the children of the folder with the specified ID.
|
public Delete ( System.Guid configuredFormId ) : void | ||
configuredFormId | System.Guid | The ID of the configured form to delete. |
return | void |
public Delete ( string configuredFormAlias ) : void | ||
configuredFormAlias | string | The alias of the configured form to delete. |
return | void |
public JsonConfiguredFormPersistence ( ) : System | ||
return | System |
public Persist ( ConfiguredForm configuredForm ) : void | ||
configuredForm | ConfiguredForm | The configured form to persist. |
return | void |
public Retrieve ( System.Guid configuredFormId ) : ConfiguredForm | ||
configuredFormId | System.Guid | The ID of the configured form. |
return | ConfiguredForm |
public Retrieve ( string configuredFormAlias ) : ConfiguredForm | ||
configuredFormAlias | string | The alias of the configured form. |
return | ConfiguredForm |
public RetrieveChildren ( System.Guid parentId ) : IEnumerable |
||
parentId | System.Guid | The parent ID. |
return | IEnumerable |