The Portrate Interview Engine

ConstantPropertyInitializer Class

Populates a single property with a constant value. If the override attribute is set to true, then the property is always reset regardless of a preset value.

 Elements: dataName: The name of the property being set dataValue: The constant value of the property 
Author: Jacob W Anderson (c) Portrate, LLC. All rights reserved.

For a list of all members of this type, see ConstantPropertyInitializer Members.

System.Object
   Portrate.Interview.Model.Init.AbstractInitializer
      Portrate.Interview.Model.Init.ConstantPropertyInitializer

[Visual Basic]
Public Class ConstantPropertyInitializer
    Inherits AbstractInitializer
[C#]
public class ConstantPropertyInitializer : AbstractInitializer
[C++]
public __gc class ConstantPropertyInitializer : public AbstractInitializer
[JScript]
public class ConstantPropertyInitializer extends AbstractInitializer

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Portrate.Interview.Model.Init

Assembly: Portrate.Interview (in Portrate.Interview.dll)

See Also

ConstantPropertyInitializer Members | Portrate.Interview.Model.Init Namespace