Keyword(s) to search:
Sort results by title
Keyword Index
Tortuga.Anchor Namespace
CollectionUtilities Class
LockUtilities Class
NaturalSortComparer Class
RandomExtended Class
StringJoinOption Enumeration
StringUtilities Class
TaskUtilities Class
Tortuga.Anchor.Collections Namespace
Dictionary(TKey1, TKey2, TValue) Class
MultiValueDictionary(TKey, TValue) Class
MultiValueDictionary(TKey, TValue).FlattenedMultiValueDictionary Class
ObservableCollectionExtended(T) Class
ReadOnlyListSegment(T) Structure
ReadOnlyListSegment(T).Enumerator Structure
ReadOnlyMultiValueDictionary(TKey, TValue) Class
ReadOnlyObservableCollectionExtended(T) Class
ReversibleEqualityComparer(T) Class
ReversibleStringEqualityComparer Class
WeakReferenceCollection(T) Class
Tortuga.Anchor.ComponentModel Namespace
IDetailedPropertyChangeTracking Interface
INotifyCollectionChanged(T) Interface
IPropertyChangeTracking Interface
ItemEventArgs(T) Class
IValidatable Interface
Tortuga.Anchor.DataAnnotations Namespace
ValidationResultCollection Class
Tortuga.Anchor.Dynamic Namespace
CultureAwareDynamicObject Class
Tortuga.Anchor.Eventing Namespace
CollectionChangedEventManager Class
EventManager(T) Class
IListener(T) Interface
INotifyCollectionChangedWeak Interface
INotifyItemPropertyChanged Interface
INotifyItemPropertyChangedWeak Interface
INotifyPropertyChangedWeak Interface
ItemPropertyChangedEventManager Class
Listener(T) Class
PropertyChangedEventManager Class
RelayedEventArgs Class
RelayedEventArgs(T) Class
RelayedEventHandler(T) Delegate
Tortuga.Anchor.Metadata Namespace
ClassMetadata Class
ClassMetadata Members
ClassMetadata Methods
ClassMetadata Properties
Attributes Property
ColumnsFor Property
Constructors Property
CSharpFullName Property
FSharpFullName Property
IsNullable Property
MappedSchemaName Property
MappedTableName Property
MappedViewName Property
MappedViewSchemaName Property
Methods Property
Properties Property
TypeInfo Property
VisualBasicFullName Property
CloneOptions Enumeration
ConstructorMetadata Class
ConstructorMetadataCollection Class
MetadataCache Class
MethodMetadata Class
MethodMetadataCollection Class
PropertyMetadata Class
PropertyMetadataCollection Class
Tortuga.Anchor.Modeling Namespace
CalculatedFieldAttribute Class
ChangeTrackingModelBase Class
ChangeTrackingModelCollection(TModelType) Class
DecomposeAttribute Class
EditableObjectModelBase Class
EditableObjectModelCollection(TModelType) Class
IgnoreOnInsertAttribute Class
IgnoreOnUpdateAttribute Class
ModelBase Class
ModelCollection(T) Class
PreferredConstructorAttribute Class
TableAndViewAttribute Class
UpdateMode Enumeration
ValueChanged(T) Delegate
ViewAttribute Class
Tortuga.Anchor.Modeling.Internals Namespace
AbstractModelBase Class
AbstractModelBase(TPropertyTracking) Class
AbstractModelCollection(T, TPropertyTracking) Class
ChangeTrackingPropertyBag Class
EditableObjectPropertyBag Class
NotSet Class
PropertyBag Class
PropertyBagBase Class
PropertySetModes Enumeration
ValidationResultEqualityComparer Class
ClassMetadata
.
.
::
.
.
IsNullable Property
Gets a value indicating whether this instance is nullable.
Namespace:
Tortuga.Anchor.Metadata
Assembly:
Tortuga.Anchor
(in Tortuga.Anchor.dll)
Syntax
C#
VB
public
bool
IsNullable
{
get
; }
Public
ReadOnly
Property
IsNullable
As
Boolean
Get
Field Value
True is the type is a reference type, interface, or a nullable value type.
See Also
ClassMetadata Class
Tortuga.Anchor.Metadata Namespace