C# Class SelectionRestriction.SelectionRestrictionEvaluator

Inheritance: INetworkEvaluator2, INetworkEvaluatorSetup
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples

Méthodes publiques

Méthode Description
Initialize ( INetworkDataset networkDataset, IDENetworkDataset dataElement, INetworkSource source, IEvaluatedNetworkAttribute attribute ) : void
QueryValue ( INetworkElement element, IRow row ) : object
Refresh ( ) : void
SupportsDefault ( esriNetworkElementType elementType, IEvaluatedNetworkAttribute attribute ) : bool
SupportsSource ( INetworkSource source, IEvaluatedNetworkAttribute attribute ) : bool
ValidateDefault ( esriNetworkElementType elementType, IEvaluatedNetworkAttribute attribute, int &errorCode, string &errorDescription, string &errorAppendInfo ) : bool
ValidateSource ( IDatasetContainer2 datasetContainer, INetworkSource networkSource, IEvaluatedNetworkAttribute attribute, int &errorCode, string &errorDescription, string &errorAppendInfo ) : bool

Method Details

Initialize() public méthode

public Initialize ( INetworkDataset networkDataset, IDENetworkDataset dataElement, INetworkSource source, IEvaluatedNetworkAttribute attribute ) : void
networkDataset INetworkDataset
dataElement IDENetworkDataset
source INetworkSource
attribute IEvaluatedNetworkAttribute
Résultat void

QueryValue() public méthode

public QueryValue ( INetworkElement element, IRow row ) : object
element INetworkElement
row IRow
Résultat object

Refresh() public méthode

public Refresh ( ) : void
Résultat void

SupportsDefault() public méthode

public SupportsDefault ( esriNetworkElementType elementType, IEvaluatedNetworkAttribute attribute ) : bool
elementType esriNetworkElementType
attribute IEvaluatedNetworkAttribute
Résultat bool

SupportsSource() public méthode

public SupportsSource ( INetworkSource source, IEvaluatedNetworkAttribute attribute ) : bool
source INetworkSource
attribute IEvaluatedNetworkAttribute
Résultat bool

ValidateDefault() public méthode

public ValidateDefault ( esriNetworkElementType elementType, IEvaluatedNetworkAttribute attribute, int &errorCode, string &errorDescription, string &errorAppendInfo ) : bool
elementType esriNetworkElementType
attribute IEvaluatedNetworkAttribute
errorCode int
errorDescription string
errorAppendInfo string
Résultat bool

ValidateSource() public méthode

public ValidateSource ( IDatasetContainer2 datasetContainer, INetworkSource networkSource, IEvaluatedNetworkAttribute attribute, int &errorCode, string &errorDescription, string &errorAppendInfo ) : bool
datasetContainer IDatasetContainer2
networkSource INetworkSource
attribute IEvaluatedNetworkAttribute
errorCode int
errorDescription string
errorAppendInfo string
Résultat bool