App1.Data.SampleDataCommon.SampleDataCommon C# (CSharp) 메소드

SampleDataCommon() 공개 메소드

public SampleDataCommon ( String uniqueId, String title, String subtitle, String imagePath, String description ) : System
uniqueId String
title String
subtitle String
imagePath String
description String
리턴 System
        public SampleDataCommon(String uniqueId, String title, String subtitle, String imagePath, String description)
        {
            this._uniqueId = uniqueId;
            this._title = title;
            this._subtitle = subtitle;
            this._description = description;
            this._imagePath = imagePath;
        }