IForm<T> Class

Definition

Form definition interface.

public abstract class IForm<T> where T : class
type IForm<'T (requires 'T : null)> = class
Public MustInherit Class IForm(Of T)

Type Parameters

T

Form state.

Inheritance
IForm<T>
Derived

Constructors

IForm<T>()

Properties

Fields

Fields that make up form.

Methods

Localize(IDictionaryEnumerator, IEnumerable<String>, IEnumerable<String>)

Localize all string resources from binary stream.

SaveResources(IResourceWriter)

Save all string resources to binary stream for future localization.

Applies to