C# 클래스 ObjectModel.BusinessObject

파일 보기 프로젝트 열기: bamboo/Bamboo.Prevalence 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_id System.Guid

보호된 메소드들

메소드 설명
BusinessObject ( ) : System
BusinessObject ( System.Guid existingObjectID ) : System

Constructs a new BusinessObject that acts as a reference to an existing BusinessObject in the system.

메소드 상세

BusinessObject() 보호된 메소드

protected BusinessObject ( ) : System
리턴 System

BusinessObject() 보호된 메소드

Constructs a new BusinessObject that acts as a reference to an existing BusinessObject in the system.
protected BusinessObject ( System.Guid existingObjectID ) : System
existingObjectID System.Guid
리턴 System

프로퍼티 상세

_id 보호되어 있는 프로퍼티

protected Guid,System _id
리턴 System.Guid