You are here: Start » FIL.NET » Conditional<T> Class
Conditional<T> Class
Namespace: | Ftl |
---|---|
Assembly: | FilNet.Types.dll |
Constructors
Constructor | Description | |
---|---|---|
![]() | Conditional<T>() | |
![]() | Conditional<T>(T) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | HasValue | System.Boolean | Inherited from Ftl.NullableBase<T> |
![]() | Value | T | Inherited from Ftl.NullableBase<T> |
Methods
Name | Description | |
---|---|---|
![]() | Equals(Conditional<T>) | |
![]() | Equals(NullableBase<T>) | Inherited from NullableBase<T> |
![]() | Equals(object) | Inherited from System.Object |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | GetValueOrDefault() | |
![]() | GetValueOrDefault(T) | |
![]() | Release() | |
![]() | Reset() | |
![]() | Reset(T) | |
![]() | ToString() | Inherited from System.Object |