 | ComponentDataObserverTComponent, TDataIsInitialized Property |
Indicates if data provider is initialized to provide a valid value.
Namespace:
Slash.Unity.DataBind.Foundation.Observers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic bool IsInitialized { get; }
Public ReadOnly Property IsInitialized As Boolean
Get
public:
virtual property bool IsInitialized {
bool get () sealed;
}
abstract IsInitialized : bool with get
override IsInitialized : bool with get
Property Value
Type:
BooleanImplements
IDataProviderIsInitialized
See Also