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
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
UpdateParent ( string propertyName, IDataObject parentObj ) : void

Méthodes protégées

Méthode 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 méthode

protected BaseServerCollectionEntry ( Func lazyCtx ) : System
lazyCtx Func
Résultat System

GetPropertyError() protected méthode

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

ObjectIsValid() protected méthode

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

UpdateParent() public méthode

public UpdateParent ( string propertyName, IDataObject parentObj ) : void
propertyName string
parentObj IDataObject
Résultat void