C# Класс DataDictionary.Generated.RuleCheckDisabling

Наследование: DataDictionary.Namable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
NotifyControllers ( Lock aLock ) : void
RuleCheckDisabling ( ) : System
allDisabledRuleChecks ( ) : ArrayList

Part of the list interface for DisabledRuleChecks

appendDisabledRuleChecks ( Lock aLock, RuleCheckIdentifier el ) : void
appendDisabledRuleChecks ( RuleCheckIdentifier el ) : void

Part of the list interface for DisabledRuleChecks

appendDisabledRuleChecks ( System coll ) : void

Part of the list interface for DisabledRuleChecks

appendDisabledRuleChecks ( System coll, Lock aLock ) : void
copyTo ( RuleCheckDisabling other ) : void
countDisabledRuleChecks ( ) : int

Part of the list interface for DisabledRuleChecks

deleteDisabledRuleChecks ( int idx ) : void

Part of the list interface for DisabledRuleChecks This deletion function removes an element from the collection in DisabledRuleChecks

deleteDisabledRuleChecks ( int idx, Lock aLock ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
find ( Object search ) : bool
getDisabledRuleChecks ( int idx ) : RuleCheckIdentifier

Part of the list interface for DisabledRuleChecks This function returns an element from the collection in DisabledRuleChecks based on an index.

indexOfDisabledRuleChecks ( IXmlBBase el ) : int

Part of the list interface for DisabledRuleChecks This function returns the index of an element in the collection.

insertDisabledRuleChecks ( int idx, RuleCheckIdentifier el ) : void

Part of the list interface for DisabledRuleChecks This insertion function inserts a new element in the collection in DisabledRuleChecks

insertDisabledRuleChecks ( int idx, RuleCheckIdentifier el, Lock aLock ) : void
parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
parseBody ( XmlBooster.XmlBContext ctxt ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
removeDisabledRuleChecks ( IXmlBBase obj ) : void

Part of the list interface for DisabledRuleChecks This deletion function removes an element from the collection in DisabledRuleChecks If the object given in parameter is not found in the the collection, this function does nothing.

removeDisabledRuleChecks ( IXmlBBase obj, Lock aLock ) : void
setAllDisabledRuleChecks ( Lock aLock, System coll ) : void
setAllDisabledRuleChecks ( System coll ) : void

Part of the list interface for DisabledRuleChecks

subElements ( ArrayList l ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
unParse ( TextWriter pw, bool typeId, string headingTag, string endingTag ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
unParseBody ( TextWriter pw ) : void This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.

Приватные методы

Метод Описание
getDisabledRuleChecks ( ) : ArrayList

Part of the list interface for DisabledRuleChecks

Описание методов

NotifyControllers() публичный Метод

public NotifyControllers ( Lock aLock ) : void
aLock Lock
Результат void

RuleCheckDisabling() публичный Метод

public RuleCheckDisabling ( ) : System
Результат System

allDisabledRuleChecks() публичный Метод

Part of the list interface for DisabledRuleChecks
public allDisabledRuleChecks ( ) : ArrayList
Результат System.Collections.ArrayList

appendDisabledRuleChecks() публичный Метод

public appendDisabledRuleChecks ( Lock aLock, RuleCheckIdentifier el ) : void
aLock Lock
el RuleCheckIdentifier
Результат void

appendDisabledRuleChecks() публичный Метод

Part of the list interface for DisabledRuleChecks
public appendDisabledRuleChecks ( RuleCheckIdentifier el ) : void
el RuleCheckIdentifier a RuleCheckIdentifier to add to the collection in /// DisabledRuleChecks
Результат void

appendDisabledRuleChecks() публичный Метод

Part of the list interface for DisabledRuleChecks
public appendDisabledRuleChecks ( System coll ) : void
coll System a collection ofRuleCheckIdentifiers to add to the collection in /// DisabledRuleChecks
Результат void

appendDisabledRuleChecks() публичный Метод

public appendDisabledRuleChecks ( System coll, Lock aLock ) : void
coll System
aLock Lock
Результат void

copyTo() публичный Метод

public copyTo ( RuleCheckDisabling other ) : void
other RuleCheckDisabling
Результат void

countDisabledRuleChecks() публичный Метод

Part of the list interface for DisabledRuleChecks
public countDisabledRuleChecks ( ) : int
Результат int

deleteDisabledRuleChecks() публичный Метод

Part of the list interface for DisabledRuleChecks This deletion function removes an element from the collection in DisabledRuleChecks
public deleteDisabledRuleChecks ( int idx ) : void
idx int the index of the element to remove
Результат void

deleteDisabledRuleChecks() публичный Метод

public deleteDisabledRuleChecks ( int idx, Lock aLock ) : void
idx int
aLock Lock
Результат void

dispatch() публичный Метод

public dispatch ( XmlBooster.XmlBBaseVisitor v ) : void
v XmlBooster.XmlBBaseVisitor
Результат void

dispatch() публичный Метод

public dispatch ( XmlBooster.XmlBBaseVisitor v, bool visitSubNodes ) : void
v XmlBooster.XmlBBaseVisitor
visitSubNodes bool
Результат void

find() публичный Метод

public find ( Object search ) : bool
search Object
Результат bool

getDisabledRuleChecks() публичный Метод

Part of the list interface for DisabledRuleChecks This function returns an element from the collection in DisabledRuleChecks based on an index.
public getDisabledRuleChecks ( int idx ) : RuleCheckIdentifier
idx int the index of the element to extract
Результат RuleCheckIdentifier

indexOfDisabledRuleChecks() публичный Метод

Part of the list interface for DisabledRuleChecks This function returns the index of an element in the collection.
public indexOfDisabledRuleChecks ( IXmlBBase el ) : int
el IXmlBBase the object to look for
Результат int

insertDisabledRuleChecks() публичный Метод

Part of the list interface for DisabledRuleChecks This insertion function inserts a new element in the collection in DisabledRuleChecks
public insertDisabledRuleChecks ( int idx, RuleCheckIdentifier el ) : void
idx int the index where the insertion must take place
el RuleCheckIdentifier the element to insert
Результат void

insertDisabledRuleChecks() публичный Метод

public insertDisabledRuleChecks ( int idx, RuleCheckIdentifier el, Lock aLock ) : void
idx int
el RuleCheckIdentifier
aLock Lock
Результат void

parse() публичный Метод

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public parse ( XmlBooster.XmlBContext ctxt, string endingTag ) : void
ctxt XmlBooster.XmlBContext
endingTag string
Результат void

parseBody() публичный Метод

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public parseBody ( XmlBooster.XmlBContext ctxt ) : void
ctxt XmlBooster.XmlBContext
Результат void

removeDisabledRuleChecks() публичный Метод

Part of the list interface for DisabledRuleChecks This deletion function removes an element from the collection in DisabledRuleChecks If the object given in parameter is not found in the the collection, this function does nothing.
public removeDisabledRuleChecks ( IXmlBBase obj ) : void
obj IXmlBBase the object to remove
Результат void

removeDisabledRuleChecks() публичный Метод

public removeDisabledRuleChecks ( IXmlBBase obj, Lock aLock ) : void
obj IXmlBBase
aLock Lock
Результат void

setAllDisabledRuleChecks() публичный Метод

public setAllDisabledRuleChecks ( Lock aLock, System coll ) : void
aLock Lock
coll System
Результат void

setAllDisabledRuleChecks() публичный Метод

Part of the list interface for DisabledRuleChecks
public setAllDisabledRuleChecks ( System coll ) : void
coll System a collection of elements which replaces /// DisabledRuleChecks's current content.
Результат void

subElements() публичный Метод

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public subElements ( ArrayList l ) : void
l System.Collections.ArrayList
Результат void

unParse() публичный Метод

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public unParse ( TextWriter pw, bool typeId, string headingTag, string endingTag ) : void
pw System.IO.TextWriter
typeId bool
headingTag string
endingTag string
Результат void

unParseBody() публичный Метод

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public unParseBody ( TextWriter pw ) : void
pw System.IO.TextWriter
Результат void