DocumentFactory NodeType  MembersKentico 8.1 API Reference
The DocumentFactory NodeType  type exposes the following members.
Constructors

  NameDescription
Public methodDocumentFactory NodeType 
Constructor
Back to Top
Methods

  NameDescription
Public methodCanCreateObject
Returns true if the factory is able to create the object based on the given parameter
(Inherited from ObjectFactory T .)
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 new document type object
(Overrides ObjectFactory T  CreateNewObject .)
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.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
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.)
Back to Top
Properties

  NameDescription
Protected propertyConstructor
Constructor used for dependency injection
(Inherited from ObjectFactory T .)
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 .)
Public propertyType
Document type
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