ConditionalObjectFactory ObjectType  MembersKentico 8.0 API Reference
The ConditionalObjectFactory ObjectType  type exposes the following members.
Constructors

  NameDescription
Public methodConditionalObjectFactory ObjectType 
Back to Top
Methods

  NameDescription
Public methodCanCreateObject
Returns true if the factory is able to create the object based on the given parameter
(Overrides ObjectFactory T  CanCreateObject(Object).)
Protected methodCreateActivator
Creates an object activator for the created type
(Inherited from ObjectFactory T .)
Protected methodCreateInstance
Creates a new instance of the object
(Inherited from ObjectFactory T .)
Public methodCreateNewObject
Creates and returns a new object
(Inherited from ObjectFactory T .)
Public methodCreateNewTypedObject
Creates and returns a new object
(Inherited from ObjectFactory T .)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodWhenParameter InputType 
Adds the object condition to the factory
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodWhenColumnValue
Adds the condition for the column value to the factory
(Defined by DataExtensions.)
Back to Top
Properties

  NameDescription
Protected propertyConditions
Condition function which evaluates whether the object of the given type can be created based on the input data
Public propertyCreatedType
Returns the type created by this factory
(Inherited from ObjectFactory T .)
Public propertyInitializer
Object initialization function
(Inherited from ObjectFactory T .)
Public propertySingleton
Singleton instance of the created object type
(Inherited from ObjectFactory T .)
Protected propertyUseCompiledLambda
If true, the compiled lambda expression is used to create new objects. Set to true if the factory will be creating a lot of objects
(Inherited from ObjectFactory T .)
Back to Top
See Also