The OneToOneType type exposes the following members.

Properties

  NameDescription
AssociatedClass (Inherited from EntityType.)
ForeignKeyDirection (Overrides EntityType..::.ForeignKeyDirection.)
HasNiceEquals
(Inherited from EntityType.)
IsAlwaysDirtyChecked
We don't need to dirty check one-to-one because of how assemble/disassemble is implemented and because a one-to-one association is never dirty
(Overrides EntityType..::.IsAlwaysDirtyChecked.)
IsAnyType
Gets a value indicating if the implementation is an "object" type
(Inherited from AbstractType.)
IsAssociationType
(Inherited from EntityType.)
IsCollectionType
Gets a value indicating if the AbstractType is a CollectionType.
(Inherited from AbstractType.)
IsComponentType
Gets a value indicating if the AbstractType is an IAbstractComponentType.
(Inherited from AbstractType.)
IsEntityType (Inherited from EntityType.)
IsMutable
(Inherited from EntityType.)
IsNullable (Overrides EntityType..::.IsNullable.)
IsOneToOne (Overrides EntityType..::.IsOneToOne.)
IsReferenceToPrimaryKey (Inherited from EntityType.)
IsUniqueKeyReference (Inherited from EntityType.)
LHSPropertyName (Inherited from EntityType.)
Name (Inherited from EntityType.)
ReturnedClass (Inherited from EntityType.)
RHSUniqueKeyPropertyName (Inherited from EntityType.)
UseLHSPrimaryKey (Overrides EntityType..::.UseLHSPrimaryKey.)

See Also