C# 클래스 BExIS.Web.Shell.Areas.DCM.Models.Metadata.MetadataCompoundAttributeModel

상속: AbstractMetadataStepModel
파일 보기 프로젝트 열기: BEXIS2/Core

공개 프로퍼티들

프로퍼티 타입 설명
first bool
last bool

공개 메소드들

메소드 설명
ConvertMetadataAttributeModels ( BaseUsage source, long metadataStructureId, long stepId ) : void
ConvertToModel ( BaseUsage metadataAttributeUsage, int number ) : MetadataCompoundAttributeModel
MetadataCompoundAttributeModel ( ) : System

메소드 상세

ConvertMetadataAttributeModels() 공개 메소드

public ConvertMetadataAttributeModels ( BaseUsage source, long metadataStructureId, long stepId ) : void
source BaseUsage
metadataStructureId long
stepId long
리턴 void

ConvertToModel() 공개 정적인 메소드

public static ConvertToModel ( BaseUsage metadataAttributeUsage, int number ) : MetadataCompoundAttributeModel
metadataAttributeUsage BaseUsage
number int
리턴 MetadataCompoundAttributeModel

MetadataCompoundAttributeModel() 공개 메소드

public MetadataCompoundAttributeModel ( ) : System
리턴 System

프로퍼티 상세

first 공개적으로 프로퍼티

public bool first
리턴 bool

last 공개적으로 프로퍼티

public bool last
리턴 bool