C# Class Zetbox.DalProvider.Base.CollectionEntryBaseImpl

Inheritance: PersistenceObjectBaseImpl
Mostra file Open project: daszat/zetbox

Public Methods

Method Description
UpdateParent ( string propertyName, IDataObject parentObj ) : void

Protected Methods

Method Description
CollectionEntryBaseImpl ( Func lazyCtx ) : System
GetPropertyError ( string prop ) : string

Always returns true. CollectionEntries are checked via their navigators or relations.

ObjectIsValid ( ) : ObjectIsValidResult

Always returns true. CollectionEntries are checked via their navigators or relations.

Method Details

CollectionEntryBaseImpl() protected method

protected CollectionEntryBaseImpl ( Func lazyCtx ) : System
lazyCtx Func
return System

GetPropertyError() protected method

Always returns true. CollectionEntries are checked via their navigators or relations.
protected GetPropertyError ( string prop ) : string
prop string is ignored
return string

ObjectIsValid() protected method

Always returns true. CollectionEntries are checked via their navigators or relations.
protected ObjectIsValid ( ) : ObjectIsValidResult
return ObjectIsValidResult

UpdateParent() public method

public UpdateParent ( string propertyName, IDataObject parentObj ) : void
propertyName string
parentObj IDataObject
return void