ArcFM Server Developer Guide
FacilityId Property (ConductorViewModel)


Syntax
'Declaration
 
<SE.Geospatial.Client.Common.Validation.ChangeTrackedPropertyAttribute()>
<RegularExpressionAttribute("^([A-Za-z0-9-_ ])*", 
   ErrorMessageResourceType=Miner.Desktop.Diagrams.Underground.Properties.Resources, 
   ErrorMessageResourceName="ConduitManager_Validation_SpecialCharacter")>
<MaxLengthAttribute(20, 
   ErrorMessageResourceType=Miner.Desktop.Diagrams.Underground.Properties.Resources, 
   ErrorMessageResourceName="ConduitManager_Validation_StringLength")>
Public Property FacilityId As String
'Usage
 
Dim instance As ConductorViewModel
Dim value As String
 
instance.FacilityId = value
 
value = instance.FacilityId
[SE.Geospatial.Client.Common.Validation.ChangeTrackedProperty()]
[RegularExpression("^([A-Za-z0-9-_ ])*", 
   ErrorMessageResourceType=Miner.Desktop.Diagrams.Underground.Properties.Resources, 
   ErrorMessageResourceName="ConduitManager_Validation_SpecialCharacter")]
[MaxLength(20, 
   ErrorMessageResourceType=Miner.Desktop.Diagrams.Underground.Properties.Resources, 
   ErrorMessageResourceName="ConduitManager_Validation_StringLength")]
public string FacilityId {get; set;}
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

ConductorViewModel Class
ConductorViewModel Members

 

 


Send Comment