C# 클래스 hoTools.Find.FindAndReplaceItem

파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_Description string
_GUID string
_Name string
_Stereotype string
_countChanges int
_isUpdated bool

공개 메소드들

메소드 설명
Factory ( EA rep, EA objectType, string GUID ) : FindAndReplaceItem
FindAndReplaceItem ( EA rep, string GUID ) : System
FindAndReplaceItem ( string GUID, string Name, string Description, string Stereotype, int CountChanges ) : System
ToString ( ) : string
findCount ( Regex regExPattern, FieldType fieldType ) : int
findCountForType ( Regex regExPattern, string value ) : int
getSubType ( ) : string
getType ( ) : string
load ( EA rep ) : void
locate ( EA rep ) : void
save ( EA rep, FieldType fieldType ) : void

메소드 상세

Factory() 공개 정적인 메소드

public static Factory ( EA rep, EA objectType, string GUID ) : FindAndReplaceItem
rep EA
objectType EA
GUID string
리턴 FindAndReplaceItem

FindAndReplaceItem() 공개 메소드

public FindAndReplaceItem ( EA rep, string GUID ) : System
rep EA
GUID string
리턴 System

FindAndReplaceItem() 공개 메소드

public FindAndReplaceItem ( string GUID, string Name, string Description, string Stereotype, int CountChanges ) : System
GUID string
Name string
Description string
Stereotype string
CountChanges int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

findCount() 공개 메소드

public findCount ( Regex regExPattern, FieldType fieldType ) : int
regExPattern System.Text.RegularExpressions.Regex
fieldType FieldType
리턴 int

findCountForType() 공개 정적인 메소드

public static findCountForType ( Regex regExPattern, string value ) : int
regExPattern System.Text.RegularExpressions.Regex
value string
리턴 int

getSubType() 공개 메소드

public getSubType ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : string
리턴 string

load() 공개 메소드

public load ( EA rep ) : void
rep EA
리턴 void

locate() 공개 메소드

public locate ( EA rep ) : void
rep EA
리턴 void

save() 공개 메소드

public save ( EA rep, FieldType fieldType ) : void
rep EA
fieldType FieldType
리턴 void

프로퍼티 상세

_Description 보호되어 있는 프로퍼티

protected string _Description
리턴 string

_GUID 보호되어 있는 프로퍼티

protected string _GUID
리턴 string

_Name 보호되어 있는 프로퍼티

protected string _Name
리턴 string

_Stereotype 보호되어 있는 프로퍼티

protected string _Stereotype
리턴 string

_countChanges 보호되어 있는 프로퍼티

protected int _countChanges
리턴 int

_isUpdated 보호되어 있는 프로퍼티

protected bool _isUpdated
리턴 bool