ArcFM Engine Developer Guide
NullContentSupport Enumeration


Describes how null content is supported.
Syntax
'Declaration
 
Public Enum NullContentSupport 
   Inherits System.Enum
'Usage
 
Dim instance As NullContentSupport
public enum NullContentSupport : System.Enum 
Members
MemberDescription
BothTransitioning to or from null are both supported.
NewTransitioning from non-null to null is supported.
NoneTransitioning to or from null is not supported.
OldTransitioning from null to non-null is supported.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.PresentationFramework.Transtions.NullContentSupport

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Miner.PresentationFramework.Transtions Namespace

 

 


Send Comment