2using System.Collections.Generic;
32 return dataPortal.
Create();
42 this[1].StringTest =
"random";
68 this.
DateTimeOffsetTest =
new DateTimeOffset(
new DateTime(2001, 1, 2, 3, 4, 5, 6),
new TimeSpan(0, 1, 0, 0));
69 this.
DateTimeTest =
new DateTime(2000, 1, 2, 3, 4, 5, 6);
343 return NewBinaryReaderWriterTestClass(dataPortal,
false);
348 return dataPortal.
Create(isChild);
352 private void Create(
bool isChild)
Csla.Test.DataPortalTest.Single Single
This is the base class from which most business objects will be derived.
This is the base class from which most business collections or lists will be derived.
Maintains metadata about a property.
Int16 Int16Test
Gets or sets the Int16Test value.
static readonly PropertyInfo< decimal > DecimalTestProperty
static readonly PropertyInfo< byte[]> ByteArrayTestProperty
int? NullableButSetInt
Gets or sets the NullableButSetInt value.
static readonly PropertyInfo< Guid > GuidTestProperty
static readonly PropertyInfo< Single > SingleTestProperty
static readonly PropertyInfo< RandomEnum > EnumTestProperty
BinaryReaderWriterTestClass()
Csla.SmartDate FilledSmartDateTest
Gets or sets the EmptySmartDateTest value.
static readonly PropertyInfo< Int64 > Int64TestProperty
static readonly PropertyInfo< Csla.SmartDate > EmptySmartDateTestProperty
bool BoolTest
Gets or sets the BoolTest value.
byte[] ByteArrayTest
Gets or sets the ByteArrayTest value.
UInt64 UInt64Test
Gets or sets the UInt64Test value.
UInt16 UInt16Test
Gets or sets the UInt16Test value.
char CharTest
Gets or sets the CharTest value.
decimal DecimalTest
Gets or sets the DecimalTest value.
static readonly PropertyInfo< UInt16 > UInt16TestProperty
static readonly PropertyInfo< bool > BoolTestProperty
static readonly PropertyInfo< Int16 > Int16TestProperty
UInt32 UInt32Test
Gets or sets the UInt32Test value.
static readonly PropertyInfo< SByte > SByteTestProperty
RandomEnum EnumTest
Gets or sets the EnumTest value.
static readonly PropertyInfo< DateTimeOffset > DateTimeOffsetTestProperty
static readonly PropertyInfo< DateTime > DateTimeTestProperty
TimeSpan TimeSpanTest
Gets or sets the TimeSpanTest value.
static readonly PropertyInfo< Int32 > Int32TestProperty
static readonly PropertyInfo< string > StringTestProperty
static readonly PropertyInfo< Csla.SmartDate > FilledSmartDateTestProperty
static readonly PropertyInfo< char[]> CharArrayTestProperty
static readonly PropertyInfo< int?> NullableIntProperty
char[] CharArrayTest
Gets or sets the CharArrayTest value.
Int32 Int32Test
Gets or sets the IntTest value.
Guid GuidTest
Gets or sets the GuidTest value.
static readonly PropertyInfo< char > CharTestProperty
Csla.SmartDate EmptySmartDateTest
Gets or sets the EmptySmartDateTest value.
byte ByteTest
Gets or sets the ByteTest value.
Single SingleTest
Gets or sets the SingleTest value.
static readonly PropertyInfo< UInt32 > UInt32TestProperty
string StringTest
Gets or sets the StringTest value.
BinaryReaderWriterTestClass(bool isChild)
static readonly PropertyInfo< TimeSpan > TimeSpanTestProperty
DateTimeOffset DateTimeOffsetTest
Gets or sets the DateTimeOffsetTest value.
int? NullableInt
Gets or sets the NullableInt value.
DateTime DateTimeTest
Gets or sets the DateTimeTest value.
Int64 Int64Test
Gets or sets the Int64Test value.
double DoubleTest
Gets or sets the DoubleTest value.
SByte SByteTest
Gets or sets the SByteTest value.
static readonly PropertyInfo< double > DoubleTestProperty
static readonly PropertyInfo< int?> NullableButSetIntProperty
static readonly PropertyInfo< UInt64 > UInt64TestProperty
static readonly PropertyInfo< byte > ByteTestProperty
BinaryReaderWriterTestClassList()
static BinaryReaderWriterTestClassList NewBinaryReaderWriterTestClassList(IDataPortal< BinaryReaderWriterTestClassList > dataPortal)
Interface defining the members of the data portal type.
object Create(params object[] criteria)
Called by a factory method in a business class to create a new object, which is loaded with default v...
@ Serializable
Prevents updating or inserting until the transaction is complete.
Provides a date data type that understands the concept of an empty date value.