SerializationInfoExtensions Class Members
See Also  Methods 
SourceCode.Workflow.Design.Common.Extensions Namespace : SerializationInfoExtensions Class


Glossary Item Box

The following tables list the members exposed by SerializationInfoExtensions.

Public Methods

  Name Description
Public Method static (Shared in Visual Basic) ExcuteIfK2PropertyIsPresent Overloaded.  Excutes if k2 property is present.  
Public Method static (Shared in Visual Basic) GetBoolIfPresent Gets the bool if present.  
Public Method static (Shared in Visual Basic) GetEnum Gets the enum.  
Public Method static (Shared in Visual Basic) GetStringIfPresent Gets the string if present.  
Public Method static (Shared in Visual Basic) SetListPropertyIfNotEmpty Overloaded.  Sets the list property if not empty.  
Public Method static (Shared in Visual Basic) SetPropertyIfNotEmpty Overloaded.  Sets the property if not empty.  
Public Method static (Shared in Visual Basic) SetPropertyIfTrue Sets the property if true.  
Top

See Also