Are action/operation/attribute items in C#?

Ask general questions here.
marcushe
Posts: 112
Joined: Tue Apr 14, 2009 6:38 am

Are action/operation/attribute items in C#?

Post by marcushe » Thu Apr 30, 2009 4:18 am

Or ideas in .Net?
In help ,some classes response to action/operation/attribute fail, i don't know whether action/operation/attribute is defined in c#/.Net

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Post by Support Team » Thu Apr 30, 2009 8:47 am

Could you please clarify your question. What are you trying to accomplish ?

Michael
Ranorex Team

marcushe
Posts: 112
Joined: Tue Apr 14, 2009 6:38 am

Y

Post by marcushe » Mon May 04, 2009 1:33 am

Support Team wrote:Could you please clarify your question. What are you trying to accomplish ?

Michael
Ranorex Team
Oh, i want to know whether action/operation are concepts in c#, i didn't find where the definitions are. it could assist me in better using them.

marcushe
Posts: 112
Joined: Tue Apr 14, 2009 6:38 am

I find them

Post by marcushe » Mon May 04, 2009 2:07 am

OK, i find a web site where clarify the definitions. there are some concepts which are defined in diffrient aspects with same usage. As ,Attribute/Property ,Method,action

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Post by Support Team » Mon May 04, 2009 11:56 am

Attribute and Action are just a naming convention when referring to aspects of the Ranorex Element class, and are independent from programming language.

When using the adapter classes for the different roles and capabilities,
actions are implemented as (C#,Vb,..) methods, and attributes as (C#, Vb, ..) properties.

So using e.g. button.Text is exactly the same as buttonElement.GetAttributeValue("text").


Michael
Support Team