C# Class Zetbox.API.Server.BaseServerCollectionEntry

Server Collection Entry Implementation. A Collection Entry is a "connection" Object between other Data Objects (ObjectReferenceProperty, IsList=true) or just a simple Collection (eg. StringProperty, IsList=true).
Inheritance: BaseServerPersistenceObject
ファイルを表示 Open project: daszat/zetbox

Public Methods

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

Protected Methods

Method Description
BaseServerCollectionEntry ( 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

BaseServerCollectionEntry() protected method

protected BaseServerCollectionEntry ( 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